diff --git a/bucket/xmake.json b/bucket/xmake.json index fef5250d75..278eae8977 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "2.7.2", + "version": "2.7.1", "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.2/xmake-v2.7.2.win64.zip", - "hash": "9884d0c264785a69a8ee085d35d1dbc630a9a004c2b0da3862c65ccb2d4b5845" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.7.1/xmake-v2.7.1.win64.zip", + "hash": "6e0d36e18248d06827a8a11ab5433c68786bf8164ed36eba7bdbf4fa45dd21db" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.7.2/xmake-v2.7.2.win32.zip", - "hash": "258350147c1f8928797fea7dcec39616285dbe7b9fe066c59f88223177a6943f" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.7.1/xmake-v2.7.1.win32.zip", + "hash": "2c9dbf1b059ea37c29da0c76422f0292537b8a838e2d64f5d8350f3a5318da05" } }, "extract_dir": "xmake",