From f7e4118d7167cf1dcc69df0932a91e37e50e3aec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 14 Aug 2020 20:47:36 +0200 Subject: [PATCH] kotlin-native: Update to version 1.4 --- bucket/kotlin-native.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/kotlin-native.json b/bucket/kotlin-native.json index f20b8c92fc..49f66159c6 100644 --- a/bucket/kotlin-native.json +++ b/bucket/kotlin-native.json @@ -1,11 +1,12 @@ { - "homepage": "https://kotlinlang.org/", + "version": "1.4", "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.", - "version": "1.3.72", + "homepage": "https://kotlinlang.org/", "license": "Apache-2.0", - "url": "https://github.com/JetBrains/kotlin/releases/download/v1.3.72/kotlin-native-windows-1.3.72.zip", - "hash": "0b9671953cf55139cc5f4621f2ef1556cb15eb477d592fa51424228504aa569a", - "extract_dir": "kotlin-native-windows-1.3.72", + "notes": "Please keep in mind that this is still marked as an experimental feature!", + "url": "https://github.com/JetBrains/kotlin/releases/download/v1.4.0/kotlin-native-windows-1.4.zip", + "hash": "151d6ca6e21f56be79b9dba6513d4c93a3388b648f25926cf0d291ff4fbfc4ae", + "extract_dir": "kotlin-native-windows-1.4", "bin": [ "bin\\cinterop.bat", "bin\\jsinterop.bat", @@ -26,6 +27,5 @@ "autoupdate": { "url": "https://github.com/JetBrains/kotlin/releases/download/v$matchKv/kotlin-native-windows-$version.zip", "extract_dir": "kotlin-native-windows-$version" - }, - "notes": "Please keep in mind that this is still marked as an experimental feature!" + } }