ScoopInstaller_Main/hashlink.json
Jean-Sébastien Nadeau ca31667ae2 Add Hashlink version 1.8.0 and haxe-dev (#3048)
To use hashlink we need to have the preview version which is an in-development version of haxe. Hashlink is a VM that works with haxe and can also be used for native compilation of apps.
2019-02-01 18:23:02 +01:00

22 lines
763 B
JSON

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