kotlin-native: Fix checkver (#3236)

This commit is contained in:
Hsiao-nan Cheung 2019-03-18 18:28:16 +08:00 committed by Richard Kuhnt
parent 637098ab1a
commit 099f850efe

View File

@ -1,10 +1,10 @@
{
"homepage": "https://kotlinlang.org/",
"version": "1.3.11",
"version": "1.1.2",
"license": "Apache-2.0",
"url": "https://github.com/JetBrains/kotlin/releases/download/v1.3.11/kotlin-native-windows-1.3.11.zip",
"hash": "0824d576091c9b2ee34df13ca542b00f6db1a9c1f4159aa9f37d4f1af362e43d",
"extract_dir": "kotlin-native-windows-1.3.11",
"url": "https://github.com/JetBrains/kotlin/releases/download/v1.3.21/kotlin-native-windows-1.1.2.zip",
"hash": "0b64da34b57c2bc2be99c2b092eb96935652260f74fe1decdcac7d35a31067b7",
"extract_dir": "kotlin-native-windows-1.1.2",
"bin": [
"bin\\cinterop.bat",
"bin\\jsinterop.bat",
@ -19,10 +19,11 @@
"Kotlin": "kotlin"
},
"checkver": {
"github": "https://github.com/JetBrains/kotlin"
"github": "https://github.com/JetBrains/kotlin",
"regex": "v(?<kv>[0-9.]+)/kotlin-native-windows-([0-9.]+).zip"
},
"autoupdate": {
"url": "https://github.com/JetBrains/kotlin/releases/download/v$version/kotlin-native-windows-$version.zip",
"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!"