{ "version": "2.5.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/v2.5.5/xmake-v2.5.5.win64.zip", "hash": "824d7652ab06cc0e27e7edce9226bd07ff1a465df65bce8fb95cebeae02a6991" }, "32bit": { "url": "https://github.com/xmake-io/xmake/releases/download/v2.5.5/xmake-v2.5.5.win32.zip", "hash": "e272b51d52cef065cf672fdb41b05d7736b1b0473767384089217a33ef0fc4ec" } }, "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" } } } } }