2023-04-05 16:29:36 +00:00

43 lines
1.4 KiB
JSON

{
"version": "2.7.8",
"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.7.8/xmake-v2.7.8.win64.zip",
"hash": "d80177ff7c1754c108dd216ff98ca0512c3542666a3b7165a107cc5199643ac8"
},
"32bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v2.7.8/xmake-v2.7.8.win32.zip",
"hash": "785b3221e25db2c8ef0294d6110954f4358c5ca82fe9ea952e4d2d34a39fb748"
}
},
"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"
}
}
}
}
}