mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-16 04:11:19 +00:00
23 lines
707 B
JSON
23 lines
707 B
JSON
{
|
|
"homepage": "https://haxe.org/",
|
|
"version": "3.4.3",
|
|
"license": "https://haxe.org/foundation/open-source.html",
|
|
"url": "https://github.com/HaxeFoundation/haxe/releases/download/3.4.3/haxe-3.4.3-win.zip",
|
|
"hash": "0ac0b4115ff2a551c8784bdc415f2355a392e866aff61f17cb116539fcf55f93",
|
|
"extract_dir": "haxe_20170912140014_e24c990d5",
|
|
"bin": [
|
|
"haxe.exe",
|
|
"haxelib.exe"
|
|
],
|
|
"env_set": {
|
|
"HAXEPATH": "$dir"
|
|
},
|
|
"depends": "neko",
|
|
"checkver": {
|
|
"github": "https://github.com/HaxeFoundation/haxe"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/HaxeFoundation/haxe/releases/download/$version/haxe-$version-win.zip"
|
|
}
|
|
}
|