2026-01-04 08:30:34 +00:00

43 lines
1.4 KiB
JSON

{
"version": "3.0.6",
"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/v3.0.6/xmake-v3.0.6.win64.zip",
"hash": "49c737a19f4660ca8820591bc697d5ab8c38e3d6f50c5f5f5e2e0605841f127d"
},
"32bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v3.0.6/xmake-v3.0.6.win32.zip",
"hash": "06e714549ee316c6b408065f9d751926f4497a32f877c249d974ed3a2f7b2f0a"
}
},
"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"
}
}
}
}
}