2024-10-30 12:32:30 +00:00

43 lines
1.4 KiB
JSON

{
"version": "2.9.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.9.6/xmake-v2.9.6.win64.zip",
"hash": "a23c100fa8766e3570873e418015da8058c50d0f5c0138687cbb439648fe19dc"
},
"32bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v2.9.6/xmake-v2.9.6.win32.zip",
"hash": "d5b4a5ade12309a6d6900f02100fca31b111d7e486942c352a8b7afcdfe229af"
}
},
"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"
}
}
}
}
}