ScoopInstaller_Main/kotlin.json
Rémy 2fa1b0112e Checkver add github helper
Lot of manifests are using github tags to find the latest version the
url's and regex is mostly the same.

`checkver` now can also be the string "github" if the `homepage` links
to the github repo
If `homepage` is not the repo `{"checkver": "github":
"https://github.com/user/repo"}` can be used
2017-01-01 18:22:31 +01:00

22 lines
607 B
JSON

{
"homepage": "http://kotlinlang.org/",
"version": "1.0.3",
"license": "Apache 2.0",
"url": "https://github.com/JetBrains/kotlin/releases/download/v1.0.3/kotlin-compiler-1.0.3.zip",
"hash": "37615f1d63e8500cd33c7f3e60b715263f65189d6d8f25defba78968c896dc97",
"extract_dir": "kotlinc",
"bin": [
"bin\\kotlin.bat",
"bin\\kotlinc.bat",
"bin\\kotlinc-js.bat",
"bin\\kotlinc-jvm.bat"
],
"set_env": {
"KOTLIN_HOME": "$dir"
},
"depends": "openjdk",
"checkver": {
"github": "https://github.com/JetBrains/kotlin"
}
}