kotlin-native: Update to version 1.5.30

This commit is contained in:
Jakub Čábera 2021-08-28 05:27:03 -07:00
parent a8d3b93628
commit 28a8149783

View File

@ -1,5 +1,5 @@
{ {
"version": "1.5.21", "version": "1.5.30",
"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.", "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", "homepage": "https://kotlinlang.org",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -7,9 +7,13 @@
"suggest": { "suggest": {
"Kotlin": "kotlin" "Kotlin": "kotlin"
}, },
"url": "https://github.com/JetBrains/kotlin/releases/download/v1.5.21/kotlin-native-windows-1.5.21.zip", "architecture": {
"hash": "9da4f5c2f98ac003a062c5a18260a5ed52154b5506d045539f0f3c1bfadf6b01", "64bit": {
"extract_dir": "kotlin-native-windows-1.5.21", "url": "https://github.com/JetBrains/kotlin/releases/download/v1.5.30/kotlin-native-windows-x86_64-1.5.30.zip",
"hash": "26ceb0ddc85636d459016d7824975bf82ba6e8f0526c1961604f85348a989dbf",
"extract_dir": "kotlin-native-windows-x86_64-1.5.30"
}
},
"bin": [ "bin": [
"bin\\cinterop.bat", "bin\\cinterop.bat",
"bin\\jsinterop.bat", "bin\\jsinterop.bat",
@ -25,11 +29,15 @@
"regex": ">([\\d.]+)</b" "regex": ">([\\d.]+)</b"
}, },
"autoupdate": { "autoupdate": {
"url": "https://github.com/JetBrains/kotlin/releases/download/v$version/kotlin-native-windows-$version.zip", "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": { "hash": {
"url": "https://github.com/JetBrains/kotlin/releases/tag/v$version", "url": "https://github.com/JetBrains/kotlin/releases/tag/v$version",
"regex": "(?sm)$basename</.*?>$sha256</" "regex": "(?sm)$basename</.*?>$sha256</"
}, }
"extract_dir": "kotlin-native-windows-$version"
} }
} }