2018-01-31 13:00:29 +00:00

27 lines
792 B
JSON

{
"homepage": "https://haxe.org/",
"version": "3.4.5",
"license": "https://haxe.org/foundation/open-source.html",
"url": "https://github.com/HaxeFoundation/haxe/releases/download/3.4.5/haxe-3.4.5-win.zip",
"hash": "de0c7b668dfc11cc293f055bcb5bd949158276df51f43d05dad311b6568684ae",
"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"
}
}