2021-02-28 11:57:32 +01:00

43 lines
1.4 KiB
JSON

{
"version": "2.5.2",
"description": "A cross-platform build utility based on Lua",
"homepage": "https://xmake.io",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v2.5.2/xmake-v2.5.2.win64.zip",
"hash": "149ea0a588e43474787ef31c497bfc9f480c05705ece45726c32a6a4b09f3a5c"
},
"32bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v2.5.2/xmake-v2.5.2.win32.zip",
"hash": "01fd6df9e8da0755d61e396200c9532c4d7861c771856c8d91efe9afd8140dd0"
}
},
"extract_dir": "xmake",
"bin": [
"xmake.exe",
"xrepo.bat"
],
"checkver": {
"github": "https://github.com/xmake-io/xmake"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v$version/xmake-v$version.win64.zip",
"hash": {
"url": "$baseurl/xmake-v$version.win64.sha256",
"regex": "$sha256.*?zip"
}
},
"32bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v$version/xmake-v$version.win32.zip",
"hash": {
"url": "$baseurl/xmake-v$version.win32.sha256",
"regex": "$sha256.*?zip"
}
}
}
}
}