ScoopInstaller_Main/haxe-dev.json
2019-03-22 13:00:30 +00:00

46 lines
1.7 KiB
JSON

{
"homepage": "https://haxe.org/",
"description": "Pre-release version of Haxe, for a stable version use haxe. Haxe is an open source toolkit based on a modern, high level, strictly typed programming language, a cross-compiler, a complete cross-platform standard library and ways to access each platform's native capabilities.",
"version": "4.0.0-rc.2",
"license": "GPL-2.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/HaxeFoundation/haxe/releases/download/4.0.0-rc.2/haxe-4.0.0-rc.2-win64.zip",
"hash": "0921a930870c5d0a8d4faa9e19e10e7023e6914527e11212772424a435f20542"
},
"32bit": {
"url": "https://github.com/HaxeFoundation/haxe/releases/download/4.0.0-rc.2/haxe-4.0.0-rc.2-win.zip",
"hash": "d9a88ecf84928fb23f43775338f926fb1faa60f069c6b8435381053a858ebe64"
}
},
"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": {
"url": "https://github.com/HaxeFoundation/haxe/releases",
"re": "([\\d\\.]+-(rc|preview)[\\d\\.]+)"
},
"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"
}
}
}
}