{ "version": "2.5.6", "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.6/xmake-v2.5.6.win64.zip", "hash": "69be3076824f05a47fea33cd329f5c72b764e8a4f2fb0aa73afc43f3418ee0f9" }, "32bit": { "url": "https://github.com/xmake-io/xmake/releases/download/v2.5.6/xmake-v2.5.6.win32.zip", "hash": "73dce71e97ea28f2a92bd1a65ab61e273bfb655de8a4e714d87ef115f9d83038" } }, "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" } } } } }