2020-12-31 15:56:03 +01:00

47 lines
1.5 KiB
JSON

{
"version": "4.1.5",
"description": "High-level, cross-platform, multi-paradigm programming language and compiler",
"homepage": "https://haxe.org",
"license": {
"identifier": "MIT,Zlib,BSD-3-Clause,...",
"url": "https://github.com/HaxeFoundation/neko/blob/master/LICENSE"
},
"depends": "neko",
"architecture": {
"64bit": {
"url": "https://github.com/HaxeFoundation/haxe/releases/download/4.1.5/haxe-4.1.5-win64.zip",
"hash": "ce4134cdf49814f8f8694648408d006116bd171b957a37be74c79cf403db9633"
},
"32bit": {
"url": "https://github.com/HaxeFoundation/haxe/releases/download/4.1.5/haxe-4.1.5-win.zip",
"hash": "fc9f10e32a36cb7274283d6f8cc4953e1bbaf3f5a18a53bce633280b13481834"
}
},
"pre_install": [
"Move-Item \"$dir\\haxe_*\\*\" \"$dir\"",
"Remove-Item \"$dir\\haxe_*\""
],
"bin": [
"haxe.exe",
"haxelib.exe"
],
"env_set": {
"HAXEPATH": "$dir"
},
"env_add_path": ".",
"persist": "lib",
"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"
}
}
}
}