{ "homepage": "https://xmake.io", "description": "A cross-platform build utility based on Lua", "version": "2.3.4", "license": "Apache-2.0", "architecture": { "64bit": { "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.4/xmake-v2.3.4.win64.zip", "hash": "2397d5d0da5f8290bd49a3d4e4b43b42df30360a865d9003ff875812cdc1196b" }, "32bit": { "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.4/xmake-v2.3.4.win32.zip", "hash": "633d90d773d7f4f6730710ea4336bc0847268881b250660fb761111fe05a1176" } }, "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" } } } } }