{ "version": "3.0.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/v3.0.7/xmake-v3.0.7.win64.zip", "hash": "0b34b1743135819a4596b00a6536daa50548f267ab79112d50181dec2ac8bc5c" }, "32bit": { "url": "https://github.com/xmake-io/xmake/releases/download/v3.0.7/xmake-v3.0.7.win32.zip", "hash": "150c5602b729a27a3f04523bb3dad9f06e770e2efdaf6cbe393646a26cb78bad" } }, "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" } } } } }