mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
* Adds haxe-preview version and Hashlink 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. * Modified requests from @Ash258 * Added newline for tests * Update haxe-dev and add support for releases candidate * Updated hash for hashlink * Added shorter regex as @Ash258 suggested
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"
|
|
}
|
|
}
|