ScoopInstaller_Main/kotlin.json
2017-01-12 07:02:38 -08:00

25 lines
744 B
JSON

{
"homepage": "http://kotlinlang.org/",
"version": "1.0.6",
"license": "Apache 2.0",
"url": "https://github.com/JetBrains/kotlin/releases/download/v1.0.6/kotlin-compiler-1.0.6.zip",
"hash": "42a20b72d1e90f9efa9d13aab97559f478cc32b7c2e6da8569cdc3741a8e14b6",
"extract_dir": "kotlinc",
"bin": [
"bin\\kotlin.bat",
"bin\\kotlinc.bat",
"bin\\kotlinc-js.bat",
"bin\\kotlinc-jvm.bat"
],
"env_set": {
"KOTLIN_HOME": "$dir"
},
"depends": "openjdk",
"checkver": {
"github": "https://github.com/JetBrains/kotlin"
},
"autoupdate": {
"url": "https://github.com/JetBrains/kotlin/releases/download/v$version/kotlin-compiler-$version.zip"
}
}