kotlin-native: Update to version 1.6.21 (#3643)

This commit is contained in:
tech189 2022-06-03 14:49:06 +01:00 committed by GitHub
parent 341e113412
commit 8ed82a0850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
{
"version": "1.6.21-349.1",
"version": "1.6.21",
"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",
@ -9,8 +9,8 @@
},
"architecture": {
"64bit": {
"url": "https://github.com/JetBrains/kotlin/releases/download/v1.6.21/kotlin-native-windows-x86_64-1.6.21-349.1.zip#/dl.zip_",
"hash": "9327eb3317ce636c0652b419836c4fffa0654c2bded71aff70c90635d4be4ab7"
"url": "https://github.com/JetBrains/kotlin/releases/download/v1.6.21/kotlin-native-windows-x86_64-1.6.21.zip#/dl.zip_",
"hash": "ac520bf2f66197fec1ff6c666432cb908bf49e39b9266dd6979fa6e2c0294206"
}
},
"pre_install": [
@ -33,7 +33,7 @@
"env_add_path": "bin",
"checkver": {
"github": "https://github.com/JetBrains/kotlin",
"regex": "windows-x86_64-([\\d.]+-[\\d.]+)\\.zip"
"regex": "windows-x86_64-([\\d.\\-]+)\\.zip"
},
"autoupdate": {
"architecture": {