diff --git a/bucket/xmake.json b/bucket/xmake.json index e4c559e25a..d642e35b2c 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "2.5.7", + "version": "2.5.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.5.7/xmake-v2.5.7.win64.zip", - "hash": "7d8b3c4daa914677a05aa6d40d8e48fa72b91ba01bcbb267dd12a0a32d91246d" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.5.8/xmake-v2.5.8.win64.zip", + "hash": "829c44b603062f5a8eeb02a89f42dbbf5913ef55c6d47d43a885e2b2344f38bc" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.5.7/xmake-v2.5.7.win32.zip", - "hash": "153926d0c89dbad411a7e7702b811bf415e5f2873c4089bb2d7532bdb261c524" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.5.8/xmake-v2.5.8.win32.zip", + "hash": "b8beb1557e4d80b2ea5ad28ae2fc5d4399897ba6129f0f27be24abf70c0d2269" } }, "extract_dir": "xmake",