diff --git a/bucket/xmake.json b/bucket/xmake.json index 59d4865feb..fa7f60f1e0 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "2.7.3", + "version": "2.7.4", "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.3/xmake-v2.7.3.win64.zip", - "hash": "bb3220f1cf7fe7235b88055c122c3c4b01a3e43b08486d56a2e77202b533626a" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.7.4/xmake-v2.7.4.win64.zip", + "hash": "f80a26593c3d2dad43b3f8c2ac3aed2885d58504bfe39bfec4f830382e3ac589" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.7.3/xmake-v2.7.3.win32.zip", - "hash": "470213293b55b6ada68de54bacbd51419b94066b8cf6e386587b670ff1a178cd" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.7.4/xmake-v2.7.4.win32.zip", + "hash": "7b04a41733c59e91b089c879bfb33fb50a9d5fe4d5a5250463a988b618f97b81" } }, "extract_dir": "xmake",