Skip to content

Commit d14c2e4

Browse files
committed
update
1 parent 15f734d commit d14c2e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hooks/pre_install.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ local util = require("util")
77
function PLUGIN:PreInstall(ctx)
88
local version = ctx.version
99
local downloadUrl = util:getDownloadUrl(version)
10-
print(downloadUrl)
10+
-- TODO: get scala 3+ sha256sum
1111
return {
1212
version = version,
1313
url = downloadUrl,

metadata.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PLUGIN = {}
55
--- Plugin name
66
PLUGIN.name = "scala"
77
--- Plugin version
8-
PLUGIN.version = "0.1.0"
8+
PLUGIN.version = "0.1.1"
99
--- Plugin homepage
1010
PLUGIN.homepage = "https://github.com/version-fox/vfox-scala"
1111
--- Plugin license, please choose a correct license according to your needs.

0 commit comments

Comments
 (0)