mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
22 lines
763 B
JSON
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"
|
|
}
|
|
}
|