diff --git a/bucket/xmake.json b/bucket/xmake.json index 5f1795d938..c10bfe42c7 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "2.7.8", + "version": "2.7.9", "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.8/xmake-v2.7.8.win64.zip", - "hash": "d80177ff7c1754c108dd216ff98ca0512c3542666a3b7165a107cc5199643ac8" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.7.9/xmake-v2.7.9.win64.zip", + "hash": "32a4026440743104d7cbe2631210ceb8114254607f8020b99d1d9b269d8fe747" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.7.8/xmake-v2.7.8.win32.zip", - "hash": "785b3221e25db2c8ef0294d6110954f4358c5ca82fe9ea952e4d2d34a39fb748" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.7.9/xmake-v2.7.9.win32.zip", + "hash": "a05b7787f6c308f731795e5287719c33ccae6e581c5946023910cab470412480" } }, "extract_dir": "xmake",