ScoopInstaller_Main/kotlin.json
monotykamary 8b658dc059 Update Kotlin to 1.0.1-2
SHA-256 taken from 7zip;
kotlin.bat found in "bin" folder
-> added "bin\\\kotlin.bat" to shim
2016-05-09 09:00:13 +10:00

19 lines
531 B
JSON

{
"homepage": "http://kotlinlang.org/",
"version": "1.0.1-2",
"license": "Apache 2.0",
"url": "https://github.com/JetBrains/kotlin/releases/download/1.0.1-2/kotlin-compiler-1.0.1-2.zip",
"hash": "07499b67b272348bae66bd075c872f8247ed22115171dd216371407cd6dcae4d",
"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"
}