diff --git a/bucket/xmake.json b/bucket/xmake.json index abc97eae81..697ec053a3 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "2.5.5", + "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.5/xmake-v2.5.5.win64.zip", - "hash": "824d7652ab06cc0e27e7edce9226bd07ff1a465df65bce8fb95cebeae02a6991" + "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.5/xmake-v2.5.5.win32.zip", - "hash": "e272b51d52cef065cf672fdb41b05d7736b1b0473767384089217a33ef0fc4ec" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.5.6/xmake-v2.5.6.win32.zip", + "hash": "73dce71e97ea28f2a92bd1a65ab61e273bfb655de8a4e714d87ef115f9d83038" } }, "extract_dir": "xmake",