2023-05-15 12:31:27 +00:00

43 lines
1.4 KiB
JSON

{
"version": "2.7.9",
"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.9/xmake-v2.7.9.win64.zip",
"hash": "32a4026440743104d7cbe2631210ceb8114254607f8020b99d1d9b269d8fe747"
},
"32bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v2.7.9/xmake-v2.7.9.win32.zip",
"hash": "a05b7787f6c308f731795e5287719c33ccae6e581c5946023910cab470412480"
}
},
"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"
}
}
}
}
}