ScoopInstaller_Main/bucket/hashlink.json
tech189 9ecce1122c hashlink: Update to version 1.13.0
Fix broken checkver and autoupdate
2023-02-01 23:11:30 +00:00

22 lines
811 B
JSON

{
"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.13/hashlink-1.13.0-win.zip",
"hash": "b87557f30fbfd5ff382063317333cdce980b226c959586b9d71723c83d231934",
"extract_dir": "hashlink-1.13.0-win",
"bin": "hl.exe",
"env_set": {
"HASHLINKPATH": "$dir"
},
"checkver": {
"url": "https://api.github.com/repos/HaxeFoundation/hashlink/releases/latest",
"regex": "([\\d.]+)-win"
},
"autoupdate": {
"url": "https://github.com/HaxeFoundation/hashlink/releases/download/$majorVersion.$minorVersion/hashlink-$version-win.zip",
"extract_dir": "hashlink-$version-win"
}
}