Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ahai-code committed Apr 3, 2024
1 parent 15f734d commit d14c2e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hooks/pre_install.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local util = require("util")
function PLUGIN:PreInstall(ctx)
local version = ctx.version
local downloadUrl = util:getDownloadUrl(version)
print(downloadUrl)
-- TODO: get scala 3+ sha256sum
return {
version = version,
url = downloadUrl,
Expand Down
2 changes: 1 addition & 1 deletion metadata.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PLUGIN = {}
--- Plugin name
PLUGIN.name = "scala"
--- Plugin version
PLUGIN.version = "0.1.0"
PLUGIN.version = "0.1.1"
--- Plugin homepage
PLUGIN.homepage = "https://github.com/version-fox/vfox-scala"
--- Plugin license, please choose a correct license according to your needs.
Expand Down

0 comments on commit d14c2e4

Please sign in to comment.