mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
31 lines
995 B
JSON
31 lines
995 B
JSON
{
|
|
"homepage": "https://kotlinlang.org/",
|
|
"version": "0.6",
|
|
"license": "Apache 2.0",
|
|
"url": "https://github.com/JetBrains/kotlin-native/releases/download/v0.6/kotlin-native-windows-0.6.zip",
|
|
"hash": "91208ed7721be03e3cee2a3f5dfe8992d26e1367523fee524aac6705b7d078b8",
|
|
"extract_dir": "kotlin-native-windows-0.6",
|
|
"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!"
|
|
}
|