We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f734d commit d14c2e4Copy full SHA for d14c2e4
hooks/pre_install.lua
@@ -7,7 +7,7 @@ local util = require("util")
7
function PLUGIN:PreInstall(ctx)
8
local version = ctx.version
9
local downloadUrl = util:getDownloadUrl(version)
10
- print(downloadUrl)
+ -- TODO: get scala 3+ sha256sum
11
return {
12
version = version,
13
url = downloadUrl,
metadata.lua
@@ -5,7 +5,7 @@ PLUGIN = {}
5
--- Plugin name
6
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.
0 commit comments