ScoopInstaller_Main/bucket/hashlink.json
h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08:00

22 lines
763 B
JSON

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