mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
36 lines
1.4 KiB
JSON
36 lines
1.4 KiB
JSON
{
|
|
"version": "1.5.0",
|
|
"description": "An LLVM backend for the Kotlin compiler, runtime implementation, and native code generation facility using the LLVM toolchain for native binaries runnable without a virtual machine.",
|
|
"homepage": "https://kotlinlang.org",
|
|
"license": "Apache-2.0",
|
|
"notes": "Please keep in mind that this is still marked as an experimental feature!",
|
|
"suggest": {
|
|
"Kotlin": "kotlin"
|
|
},
|
|
"url": "https://github.com/JetBrains/kotlin/releases/download/v1.5.0/kotlin-native-windows-1.5.0.zip",
|
|
"hash": "5755391536bcac49c7ef87e0788e595d38776af534eb08cc5ab8879e9f1a855d",
|
|
"extract_dir": "kotlin-native-windows-1.5.0",
|
|
"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",
|
|
"checkver": {
|
|
"url": "https://kotlinlang.org/docs/releases.html",
|
|
"regex": ">([\\d.]+)</b"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/JetBrains/kotlin/releases/download/v$version/kotlin-native-windows-$version.zip",
|
|
"hash": {
|
|
"url": "https://github.com/JetBrains/kotlin/releases/tag/v$version",
|
|
"regex": "(?sm)$basename</.*?>$sha256</"
|
|
},
|
|
"extract_dir": "kotlin-native-windows-$version"
|
|
}
|
|
}
|