{ "version": "2.6.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.6.8/xmake-v2.6.8.win64.zip", "hash": "e4cf8213d116a50ea526495fb1d89904bd20042b2cc5b28012bbb7ea48d7603b" }, "32bit": { "url": "https://github.com/xmake-io/xmake/releases/download/v2.6.8/xmake-v2.6.8.win32.zip", "hash": "caf92435f74a4c837a241d7d20d1630ccaf2c5c9401e6c257994743b6f95cab6" } }, "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" } } } } }