diff --git a/bucket/xmake.json b/bucket/xmake.json index 4109813fd6..3235886965 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "2.8.7", + "version": "2.8.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.8.7/xmake-v2.8.7.win64.zip", - "hash": "7b6872ae70bf4c4395fb35b2b6e91d1ea1136d48c7c6a8b4c1df0b6d7b387dae" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.8.8/xmake-v2.8.8.win64.zip", + "hash": "1dc095772ce7e55af82a4175124a9b0b2e3dc192c7c4811a9991756c0b4efec4" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.8.7/xmake-v2.8.7.win32.zip", - "hash": "5cdc2f9adcbc833aee5cae7a992054c20d010c7ac84bcba4195d23e517e3677b" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.8.8/xmake-v2.8.8.win32.zip", + "hash": "d0519b0db05df4849823216d28846cabb41fd9b1bb9736de89c03b07da0414e4" } }, "extract_dir": "xmake",