ScoopInstaller_Main/bucket/kotlin-native.json
github-actions[bot] d0855dc7ed
kotlin-native: hash fix (#2706)
Co-authored-by: ScoopInstaller <cabera.jakub@gmail.com>
2021-09-24 15:45:56 +08:00

44 lines
1.6 KiB
JSON

{
"version": "1.5.31",
"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"
},
"architecture": {
"64bit": {
"url": "https://github.com/JetBrains/kotlin/releases/download/v1.5.31/kotlin-native-windows-x86_64-1.5.31.zip",
"hash": "11c2e3378ea2e0121e9c3378e58f9813fc5f7850110c0e341739ab514f1379ca",
"extract_dir": "kotlin-native-windows-x86_64-1.5.31"
}
},
"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": {
"architecture": {
"64bit": {
"url": "https://github.com/JetBrains/kotlin/releases/download/v$version/kotlin-native-windows-x86_64-$version.zip",
"extract_dir": "kotlin-native-windows-x86_64-$version"
}
},
"hash": {
"url": "https://github.com/JetBrains/kotlin/releases/tag/v$version",
"regex": "(?sm)$basename</.*?>$sha256</"
}
}
}