mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-25 01:51:29 +00:00
22 lines
655 B
JSON
22 lines
655 B
JSON
{
|
|
"homepage": "https://haxe.org/",
|
|
"version": "3.4.2",
|
|
"license": "https://haxe.org/foundation/open-source.html",
|
|
"url": "https://github.com/HaxeFoundation/haxe/releases/download/3.4.2/haxe-3.4.2-win.zip",
|
|
"hash": "8251bac3e58abebfd4f6618a8b036dc83ae7309a3e11d622ad4132f1442cc38d",
|
|
"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"
|
|
}
|
|
}
|