diff --git a/bucket/xmake.json b/bucket/xmake.json index 15671110ff..30f1f8f047 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.2.9", + "version": "2.3.1", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.2.9/xmake-v2.2.9.win64.zip", - "hash": "07ae3d197886c1b8c4132888b78bce927bbab5b0de27c17ed26ba943c067fdf0" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.1/xmake-v2.3.1.win64.zip", + "hash": "d0a151a82e91381069ced91eb796622bf5129114fdeb5eac4e2f3f6995fc2c31" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.2.9/xmake-v2.2.9.win32.zip", - "hash": "955cbfc2cd85e3fc581de4e905d20af266b4c0ed2fbcaf024254c2ba488ee442" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.1/xmake-v2.3.1.win32.zip", + "hash": "34700bfa873b49f1803cc917990a76d32c93a5c36930525414928eb7a9690b85" } }, "extract_dir": "xmake",