2021-12-03 18:02:02 +00:00

43 lines
1.4 KiB
JSON

{
"version": "2.6.1",
"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.6.1/xmake-v2.6.1.win64.zip",
"hash": "08a2a411f0ac738f3e77f475bd936e16845891618ba927ee6c115ac05494fec9"
},
"32bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v2.6.1/xmake-v2.6.1.win32.zip",
"hash": "4ca95e073fd168d0c2c1fdb91f47d762ede62e1571409701f853dfdc92629d8c"
}
},
"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"
}
}
}
}
}