diff --git a/bucket/xmake.json b/bucket/xmake.json index 4c964b502e..8546d405f3 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "2.9.7", + "version": "2.9.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.9.7/xmake-v2.9.7.win64.zip", - "hash": "90b1d47a1b10a3a6cd519654d64fdd226fba95c5d61445adcca4e015d43444a5" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.9.8/xmake-v2.9.8.win64.zip", + "hash": "5ba90e491f911b86dfc53c13cd9c849ea777567075d655641ed6028fcb956e35" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.9.7/xmake-v2.9.7.win32.zip", - "hash": "572127b123ceb5eb50f83f3441e557b025bb3d79331c9d8caa2405fb70dc44c9" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.9.8/xmake-v2.9.8.win32.zip", + "hash": "c33da2b6c995d81f86d4765dcf26f725a873e610618c8d85795722b481580f14" } }, "extract_dir": "xmake",