mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
22 lines
811 B
JSON
22 lines
811 B
JSON
{
|
|
"version": "1.13.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.13/hashlink-1.13.0-win.zip",
|
|
"hash": "b87557f30fbfd5ff382063317333cdce980b226c959586b9d71723c83d231934",
|
|
"extract_dir": "hashlink-1.13.0-win",
|
|
"bin": "hl.exe",
|
|
"env_set": {
|
|
"HASHLINKPATH": "$dir"
|
|
},
|
|
"checkver": {
|
|
"url": "https://api.github.com/repos/HaxeFoundation/hashlink/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"
|
|
}
|
|
}
|