hashlink: Update to version 1.13.0

Fix broken checkver and autoupdate
This commit is contained in:
tech189 2023-02-01 23:11:30 +00:00
parent 99c9a36907
commit 9ecce1122c

View File

@ -1,21 +1,21 @@
{
"version": "1.12.0",
"version": "1.13.0",
"description": "HashLink is a virtual machine for Haxe",
"homepage": "https://hashlink.haxe.org/",
"license": "MIT",
"url": "https://github.com/HaxeFoundation/hashlink/releases/download/1.12/hl-1.12.0-win.zip",
"hash": "19055cf99f7e063e1609876f97a43afeb0922e5831940fb637143566de8a9eb8",
"extract_dir": "hl-1.12.0-win",
"url": "https://github.com/HaxeFoundation/hashlink/releases/download/1.13/hashlink-1.13.0-win.zip",
"hash": "b87557f30fbfd5ff382063317333cdce980b226c959586b9d71723c83d231934",
"extract_dir": "hashlink-1.13.0-win",
"bin": "hl.exe",
"env_set": {
"HASHLINKPATH": "$dir"
},
"checkver": {
"github": "https://github.com/HaxeFoundation/hashlink/",
"url": "https://api.github.com/repos/HaxeFoundation/hashlink/releases/latest",
"regex": "([\\d.]+)-win"
},
"autoupdate": {
"url": "https://github.com/HaxeFoundation/hashlink/releases/download/$majorVersion.$minorVersion/hl-$version-win.zip",
"extract_dir": "hl-$version-win"
"url": "https://github.com/HaxeFoundation/hashlink/releases/download/$majorVersion.$minorVersion/hashlink-$version-win.zip",
"extract_dir": "hashlink-$version-win"
}
}