2022-05-25 16:32:56 +00:00

43 lines
1.4 KiB
JSON

{
"version": "2.6.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/v2.6.6/xmake-v2.6.6.win64.zip",
"hash": "d21f4d4402e92a17fe41cd01a67700b677643eac6be55166b59cdd2914cd88b6"
},
"32bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v2.6.6/xmake-v2.6.6.win32.zip",
"hash": "ab59f0da4dc2d7c39830451b249eb63d595f43a03a7a6b6918dacc694de17ebb"
}
},
"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"
}
}
}
}
}