From 8ed82a085041383e996248fbfd5f28531f3b39eb Mon Sep 17 00:00:00 2001 From: tech189 Date: Fri, 3 Jun 2022 14:49:06 +0100 Subject: [PATCH] kotlin-native: Update to version 1.6.21 (#3643) --- bucket/kotlin-native.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/kotlin-native.json b/bucket/kotlin-native.json index cb5a5745c5..b7e4aef286 100644 --- a/bucket/kotlin-native.json +++ b/bucket/kotlin-native.json @@ -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": {