2023-02-24 04:28:44 +00:00

43 lines
1.4 KiB
JSON

{
"version": "2.7.7",
"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.7/xmake-v2.7.7.win64.zip",
"hash": "f1905f63c95005c57f80c09565a9f54a87a3f9442066b6d0f19cae6a01f0f833"
},
"32bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v2.7.7/xmake-v2.7.7.win32.zip",
"hash": "ad0474d421d9e31bbb715a39211bcc84e642411ebd6cf68a0f1e2d8862d28332"
}
},
"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"
}
}
}
}
}