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