mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-05 07:24:26 +00:00
25 lines
831 B
JSON
25 lines
831 B
JSON
{
|
|
"homepage": "https://haxe.org/",
|
|
"version": "3.4.0-rc.2",
|
|
"license": "https://haxe.org/foundation/open-source.html",
|
|
"url": "https://haxe.org/website-content/downloads/3.4.0-rc.2/downloads/haxe-3.4.0-rc.2-win.zip",
|
|
"hash": "6bc4a74b6738c270673a8033e91caf381120d0315c84072e94f9079e268048d0",
|
|
"extract_dir": "haxe-3.4.0-rc2",
|
|
"bin": [
|
|
"haxe.exe",
|
|
"haxelib.exe"
|
|
],
|
|
"env_set": {
|
|
"HAXEPATH": "$dir"
|
|
},
|
|
"depends": "neko",
|
|
"checkver": {
|
|
"url": "https://haxe.org/download/list/",
|
|
"re": "The current stable version is <a [^>]+>(([\\d\\.]+)(-rc)?\\.?([\\d]+)?)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://haxe.org/website-content/downloads/$version/downloads/haxe-$version-win.zip",
|
|
"extract_dir": "haxe-$match2$match3$match4"
|
|
}
|
|
}
|