{ "version": "2.5.3", "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.5.3/xmake-v2.5.3.win64.zip", "hash": "9af7be6e76dda429e951b84e0db070a8d8cddb4d319f1ec1e1676111599e810c" }, "32bit": { "url": "https://github.com/xmake-io/xmake/releases/download/v2.5.3/xmake-v2.5.3.win32.zip", "hash": "e5f6629f7507d6915fcdbaad1e127eb92cd037d795643eddb43831192b7e6109" } }, "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" } } } } }