mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://kotlinlang.org/",
|
|
"version": "1.3.30",
|
|
"license": "Apache-2.0",
|
|
"url": "https://github.com/JetBrains/kotlin/releases/download/v1.3.30/kotlin-native-windows-1.3.30.zip",
|
|
"hash": "d037dbc64800b9a86ae0ff7172b5deacf3a9655d1a5f2a21c5864ed07958c48b",
|
|
"extract_dir": "kotlin-native-windows-1.3.30",
|
|
"bin": [
|
|
"bin\\cinterop.bat",
|
|
"bin\\jsinterop.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",
|
|
"regex": "v(?<kv>[0-9.]+)/kotlin-native-windows-([0-9.]+).zip"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/JetBrains/kotlin/releases/download/v$matchKv/kotlin-native-windows-$version.zip",
|
|
"extract_dir": "kotlin-native-windows-$version"
|
|
},
|
|
"notes": "Please keep in mind that this is still marked as an experimental feature!"
|
|
}
|