ScoopInstaller_Main/bucket/hashlink.json
2022-04-28 16:30:40 +00:00

22 lines
765 B
JSON

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