2020-11-28 20:05:31 +08:00

43 lines
1.4 KiB
JSON

{
"version": "2.3.9",
"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.3.9/xmake-v2.3.9.win64.zip",
"hash": "3ee3d14507dbf0eb1f10f52618b8d91290fef5363a9eeedd2763effd85495e98"
},
"32bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v2.3.9/xmake-v2.3.9.win32.zip",
"hash": "c3fc4ee67ed70e099a3a3e3a5e3be90e3a0934df422c4a0ea22c1f3e13bd4672"
}
},
"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"
}
}
}
}
}