mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
29 lines
929 B
JSON
29 lines
929 B
JSON
{
|
|
"version": "1.7.20",
|
|
"description": "A cross-platform, statically typed, general-purpose programming language with type inference.",
|
|
"homepage": "https://kotlinlang.org/",
|
|
"license": "Apache-2.0",
|
|
"suggest": {
|
|
"JDK": "java/openjdk"
|
|
},
|
|
"url": "https://github.com/JetBrains/kotlin/releases/download/v1.7.20/kotlin-compiler-1.7.20.zip",
|
|
"hash": "5e3c8d0f965410ff12e90d6f8dc5df2fc09fd595a684d514616851ce7e94ae7d",
|
|
"extract_dir": "kotlinc",
|
|
"bin": [
|
|
"bin\\kotlin.bat",
|
|
"bin\\kotlinc.bat",
|
|
"bin\\kotlinc-js.bat",
|
|
"bin\\kotlinc-jvm.bat"
|
|
],
|
|
"env_set": {
|
|
"KOTLIN_HOME": "$dir"
|
|
},
|
|
"checkver": {
|
|
"url": "https://kotlinlang.org/docs/releases.html",
|
|
"regex": ">([\\d.]+)</b"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/JetBrains/kotlin/releases/download/v$version/kotlin-compiler-$version.zip"
|
|
}
|
|
}
|