kotlin-native: Update to version 1.7.0

This commit is contained in:
github-actions[bot] 2022-06-09 16:30:32 +00:00
parent a403b433d6
commit a701544192

View File

@ -1,5 +1,5 @@
{ {
"version": "1.6.21", "version": "1.7.0",
"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.zip#/dl.zip_", "url": "https://github.com/JetBrains/kotlin/releases/download/v1.7.0/kotlin-native-windows-x86_64-1.7.0.zip#/dl.zip_",
"hash": "ac520bf2f66197fec1ff6c666432cb908bf49e39b9266dd6979fa6e2c0294206" "hash": "2736b340adc708fe21083d441a86f96bb77fbbbe3f7c41a29fb1e10dd488bb26"
} }
}, },
"pre_install": [ "pre_install": [