{ "version": "2.8.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.8.7/xmake-v2.8.7.win64.zip", "hash": "7b6872ae70bf4c4395fb35b2b6e91d1ea1136d48c7c6a8b4c1df0b6d7b387dae" }, "32bit": { "url": "https://github.com/xmake-io/xmake/releases/download/v2.8.7/xmake-v2.8.7.win32.zip", "hash": "5cdc2f9adcbc833aee5cae7a992054c20d010c7ac84bcba4195d23e517e3677b" } }, "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" } } } } }