{ "version": "2.3.8", "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.3.8/xmake-v2.3.8.win64.zip", "hash": "127e4e7835ab01585f85a3461d8f98a632a92f034fc38d9afe7a11e38c5ab056" }, "32bit": { "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.8/xmake-v2.3.8.win32.zip", "hash": "2f7bbc126edcfa814f4bbda76a0d2aef70baeada7768cb963696879db5b72929" } }, "extract_dir": "xmake", "bin": "xmake.exe", "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" } } } } }