diff --git a/bucket/xmake.json b/bucket/xmake.json index 51f47a5287..212ebfc344 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { "homepage": "https://xmake.io", "description": "A cross-platform build utility based on Lua", - "version": "2.3.2", + "version": "2.3.3", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.2/xmake-v2.3.2.win64.zip", - "hash": "d62fedf59188c9abfb70b9054c65f461466a85f5fc8560e287a8937f1ef2d0ec" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.3/xmake-v2.3.3.win64.zip", + "hash": "ec23cedae64b08609b9705224137217810ec97d964a4059e6ce443b208d90bb2" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.2/xmake-v2.3.2.win32.zip", - "hash": "d62fedf59188c9abfb70b9054c65f461466a85f5fc8560e287a8937f1ef2d0ec" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.3/xmake-v2.3.3.win32.zip", + "hash": "090a62a5e9819d2dc0f4b45f993f6b4850892acc6c69658894d6e17d29247914" } }, "extract_dir": "xmake",