2025-11-25 04:30:13 +00:00

43 lines
1.4 KiB
JSON

{
"version": "3.0.5",
"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/v3.0.5/xmake-v3.0.5.win64.zip",
"hash": "fed0ec012c66f97d0b51f1325a54cef01ed22ec153b6e3bf87b671c526b2cbe4"
},
"32bit": {
"url": "https://github.com/xmake-io/xmake/releases/download/v3.0.5/xmake-v3.0.5.win32.zip",
"hash": "e2bc32c8bdb8b861875200df91397c75b00ff36e8e3ce65d099807d8ee23ec86"
}
},
"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"
}
}
}
}
}