2019-11-11 18:00:23 +00:00

48 lines
1.5 KiB
JSON

{
"homepage": "https://haxe.org/",
"description": "High-level, cross-platform, multi-paradigm programming language and compiler.",
"version": "4.0.2",
"license": {
"identifier": "MIT,Zlib,BSD-3-Clause,...",
"url": "https://github.com/HaxeFoundation/neko/blob/master/LICENSE"
},
"architecture": {
"64bit": {
"url": "https://github.com/HaxeFoundation/haxe/releases/download/4.0.2/haxe-4.0.2-win64.zip",
"hash": "787cf7d67da5922c9aaf79c0c4b03c3d7350c522915884b70a27e774dac1560f"
},
"32bit": {
"url": "https://github.com/HaxeFoundation/haxe/releases/download/4.0.2/haxe-4.0.2-win.zip",
"hash": "7f593bbbbc5be5f0344dc567e7aa69f39a2aaf661f2a088ed349f12849d06001"
}
},
"bin": [
"haxe.exe",
"haxelib.exe"
],
"env_set": {
"HAXEPATH": "$dir"
},
"env_add_path": "$dir",
"persist": "lib",
"depends": "neko",
"pre_install": [
"if(Test-Path \"$dir\\haxe_*\") {",
" Move-Item -Force \"$dir\\haxe_*\\*\" \"$dir\"",
"}"
],
"checkver": {
"github": "https://github.com/HaxeFoundation/haxe"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/HaxeFoundation/haxe/releases/download/$version/haxe-$version-win64.zip"
},
"32bit": {
"url": "https://github.com/HaxeFoundation/haxe/releases/download/$version/haxe-$version-win.zip"
}
}
}
}