Luca Guzzon 7072c1baa0 Update haxe.json (#1706)
For this version must be used "extract_dir" otherwise ... nothing work
2017-09-13 14:34:58 +02:00

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"
}
}