mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +00:00
31 lines
1003 B
JSON
31 lines
1003 B
JSON
{
|
|
"homepage": "https://kotlinlang.org/",
|
|
"version": "0.6.2",
|
|
"license": "Apache 2.0",
|
|
"url": "https://github.com/JetBrains/kotlin-native/releases/download/v0.6.2/kotlin-native-windows-0.6.2.zip",
|
|
"hash": "e0f38cbf653a1942b4e3a6619f27a9c1cbed5cff47a7e7bcd68c0b623147f6a4",
|
|
"extract_dir": "kotlin-native-windows-0.6.2",
|
|
"bin": [
|
|
"bin\\cinterop.bat",
|
|
"bin\\klib.bat",
|
|
"bin\\konanc.bat",
|
|
"bin\\kotlinc.bat",
|
|
"bin\\kotlinc-native.bat",
|
|
"bin\\run_konan.bat"
|
|
],
|
|
"env_add_path": "bin",
|
|
"suggest": {
|
|
"Kotlin": [
|
|
"kotlin"
|
|
]
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/JetBrains/kotlin-native"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/JetBrains/kotlin-native/releases/download/v$version/kotlin-native-windows-$version.zip",
|
|
"extract_dir": "kotlin-native-windows-$version"
|
|
},
|
|
"notes": "Please keep in mind that this is still a pre-release!"
|
|
}
|