{ "version": "2.9.2", "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.2/xmake-v2.9.2.win64.zip", "hash": "cc6abe2c1592859e51656bcbdcc40baac4d9b135abc2efc9883f76d9f0d5ebb1" }, "32bit": { "url": "https://github.com/xmake-io/xmake/releases/download/v2.9.2/xmake-v2.9.2.win32.zip", "hash": "65a93b6e5f61a12e6a2c0fa299298af80d2cb49dc960c48ce957a8d820c9ea30" } }, "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" } } } } }