ScoopInstaller_Main/kotlin.json
2017-11-14 00:00:41 +00:00

30 lines
827 B
JSON

{
"homepage": "https://kotlinlang.org/",
"version": "1.1.60",
"license": "Apache 2.0",
"url": "https://github.com/JetBrains/kotlin/releases/download/v1.1.60/kotlin-compiler-1.1.60.zip",
"hash": "49870ecd8cc0f9c22aa920a23a45d94fa701c612bcb4ab1e5be05d91d8857413",
"extract_dir": "kotlinc",
"bin": [
"bin\\kotlin.bat",
"bin\\kotlinc.bat",
"bin\\kotlinc-js.bat",
"bin\\kotlinc-jvm.bat"
],
"env_set": {
"KOTLIN_HOME": "$dir"
},
"suggest": {
"JDK": [
"extras/oraclejdk",
"openjdk"
]
},
"checkver": {
"github": "https://github.com/JetBrains/kotlin"
},
"autoupdate": {
"url": "https://github.com/JetBrains/kotlin/releases/download/v$version/kotlin-compiler-$version.zip"
}
}