mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
22 lines
803 B
JSON
22 lines
803 B
JSON
{
|
|
"version": "1.14.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.14/hashlink-1.14.0-win.zip",
|
|
"hash": "528551550d518e3c2dd111fb4ecc886089da63452da6d7e813c37fdb8f9c8abd",
|
|
"extract_dir": "hashlink-1.14.0-win",
|
|
"bin": "hl.exe",
|
|
"env_set": {
|
|
"HASHLINKPATH": "$dir"
|
|
},
|
|
"checkver": {
|
|
"url": "https://api.github.com/repositories/42316018/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"
|
|
}
|
|
}
|