mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
30 lines
954 B
JSON
30 lines
954 B
JSON
{
|
|
"version": "2.1.10",
|
|
"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/v2.1.10/kotlin-compiler-2.1.10.zip",
|
|
"hash": "c6e9e2636889828e19c8811d5ab890862538c89dc2a3101956dfee3c2a8ba6b1",
|
|
"extract_dir": "kotlinc",
|
|
"bin": [
|
|
"bin\\kapt.bat",
|
|
"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"
|
|
}
|
|
}
|