2021-10-09 10:42:34 -07:00

43 lines
1.4 KiB
JSON

{
"version": "2.5.8",
"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.8/xmake-v2.5.8.win64.zip",
"hash": "829c44b603062f5a8eeb02a89f42dbbf5913ef55c6d47d43a885e2b2344f38bc"
},
"32bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v2.5.8/xmake-v2.5.8.win32.zip",
"hash": "b8beb1557e4d80b2ea5ad28ae2fc5d4399897ba6129f0f27be24abf70c0d2269"
}
},
"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"
}
}
}
}
}