diff --git a/bucket/xmake.json b/bucket/xmake.json index 609ea1e957..5f1795d938 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "2.7.7", + "version": "2.7.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.7.7/xmake-v2.7.7.win64.zip", - "hash": "f1905f63c95005c57f80c09565a9f54a87a3f9442066b6d0f19cae6a01f0f833" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.7.8/xmake-v2.7.8.win64.zip", + "hash": "d80177ff7c1754c108dd216ff98ca0512c3542666a3b7165a107cc5199643ac8" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.7.7/xmake-v2.7.7.win32.zip", - "hash": "ad0474d421d9e31bbb715a39211bcc84e642411ebd6cf68a0f1e2d8862d28332" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.7.8/xmake-v2.7.8.win32.zip", + "hash": "785b3221e25db2c8ef0294d6110954f4358c5ca82fe9ea952e4d2d34a39fb748" } }, "extract_dir": "xmake",