diff --git a/bucket/xmake.json b/bucket/xmake.json index 30f1f8f047..51f47a5287 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.1", + "version": "2.3.2", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.1/xmake-v2.3.1.win64.zip", - "hash": "d0a151a82e91381069ced91eb796622bf5129114fdeb5eac4e2f3f6995fc2c31" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.2/xmake-v2.3.2.win64.zip", + "hash": "d62fedf59188c9abfb70b9054c65f461466a85f5fc8560e287a8937f1ef2d0ec" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.1/xmake-v2.3.1.win32.zip", - "hash": "34700bfa873b49f1803cc917990a76d32c93a5c36930525414928eb7a9690b85" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.2/xmake-v2.3.2.win32.zip", + "hash": "d62fedf59188c9abfb70b9054c65f461466a85f5fc8560e287a8937f1ef2d0ec" } }, "extract_dir": "xmake",