diff --git a/bucket/xmake.json b/bucket/xmake.json index 9ea35da5c4..c89a4f16ee 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "homepage": "https://xmake.io", + "version": "2.3.5", "description": "A cross-platform build utility based on Lua", - "version": "2.3.4", + "homepage": "https://xmake.io", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.4/xmake-v2.3.4.win64.zip", - "hash": "2397d5d0da5f8290bd49a3d4e4b43b42df30360a865d9003ff875812cdc1196b" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.5/xmake-v2.3.5.win64.zip", + "hash": "73f9fa31f49c328d13ee07e6483e0847b0c6afe8abb78ad4c6f7b4d3f6793186" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.4/xmake-v2.3.4.win32.zip", - "hash": "633d90d773d7f4f6730710ea4336bc0847268881b250660fb761111fe05a1176" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.5/xmake-v2.3.5.win32.zip", + "hash": "442f1f5e3ec3a04b410cd59b1f1fc744fc3f3c0fd1896a6bee44a5e026d30bbc" } }, "extract_dir": "xmake",