{ "version": "2.8.1", "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.8.1/xmake-v2.8.1.win64.zip", "hash": "52408d90b26b97a851c67ce19e5a4bc709f8c9959f9c6acb38846264e792920d" }, "32bit": { "url": "https://github.com/xmake-io/xmake/releases/download/v2.8.1/xmake-v2.8.1.win32.zip", "hash": "b3014420c3ad18ee8e197e8820b841128d778a5192f41ebf19f5ea81fde05587" } }, "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" } } } } }