27 lines
792 B
JSON

{
"homepage": "https://haxe.org/",
"version": "3.4.4",
"license": "https://haxe.org/foundation/open-source.html",
"url": "https://github.com/HaxeFoundation/haxe/releases/download/3.4.4/haxe-3.4.4-win.zip",
"hash": "b06fe00689490688c94e3152823786ce473c5b1112ca0b81be3e3cca4c9cc6e9",
"bin": [
"haxe.exe",
"haxelib.exe"
],
"env_set": {
"HAXEPATH": "$dir"
},
"depends": "neko",
"pre_install": "
if(Test-Path \"$dir\\haxe_*\") {
Move-Item -Force \"$dir\\haxe_*\\*\" \"$dir\"
}
",
"checkver": {
"github": "https://github.com/HaxeFoundation/haxe"
},
"autoupdate": {
"url": "https://github.com/HaxeFoundation/haxe/releases/download/$version/haxe-$version-win.zip"
}
}