2017-09-11 22:00:28 +00:00

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": "cd915176d5785bcddab7d703f9a84adefa0a9d6883cbed11faf5538328a7d995",
"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"
}
}