{ "version": "2.9.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/v2.9.7/xmake-v2.9.7.win64.zip", "hash": "90b1d47a1b10a3a6cd519654d64fdd226fba95c5d61445adcca4e015d43444a5" }, "32bit": { "url": "https://github.com/xmake-io/xmake/releases/download/v2.9.7/xmake-v2.9.7.win32.zip", "hash": "572127b123ceb5eb50f83f3441e557b025bb3d79331c9d8caa2405fb70dc44c9" } }, "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" } } } } }