ScoopInstaller_Main/bucket/hashlink.json
2020-04-02 19:08:16 +02:00

22 lines
767 B
JSON

{
"homepage": "https://hashlink.haxe.org/",
"description": "HashLink is a virtual machine for Haxe",
"version": "1.11.0",
"license": "MIT",
"url": "https://github.com/HaxeFoundation/hashlink/releases/download/1.11/hl-1.11.0-win.zip",
"hash": "3975030fb94f157df41dc31c0ad4fac4328c8997714b0262a61c64e1c8a61325",
"extract_dir": "hl-1.11.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"
}
}