diff --git a/bucket/xmake.json b/bucket/xmake.json index 1e137a7bb5..3e36ca7e6d 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "3.0.3", + "version": "3.0.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/v3.0.3/xmake-v3.0.3.win64.zip", - "hash": "6517fde5d0911343312b79684162abbaa7e2267c98bba2557ab91c018aeab0cf" + "url": "https://github.com/xmake-io/xmake/releases/download/v3.0.4/xmake-v3.0.4.win64.zip", + "hash": "7cb19a3dde790ca77fc23dcc1c13ef451ba2fb9a4a1b23f52cc6eb8966458d7e" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v3.0.3/xmake-v3.0.3.win32.zip", - "hash": "1001fe3efab69f732334f16342c554b13421459f147f41b6626b8741ddf1c5d8" + "url": "https://github.com/xmake-io/xmake/releases/download/v3.0.4/xmake-v3.0.4.win32.zip", + "hash": "9e25f973ccd2342f90485d0b7302a89ca302eb7075928f0bf939ef5fb2210bed" } }, "extract_dir": "xmake",