diff --git a/bucket/xmake.json b/bucket/xmake.json index c89a4f16ee..943fa121e6 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "2.3.5", + "version": "2.3.6", "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.3.5/xmake-v2.3.5.win64.zip", - "hash": "73f9fa31f49c328d13ee07e6483e0847b0c6afe8abb78ad4c6f7b4d3f6793186" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.6/xmake-v2.3.6.win64.zip", + "hash": "eedd05684c540af0fd288989312cc7aed66afea258f015b2a285b39879a7ccfd" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.5/xmake-v2.3.5.win32.zip", - "hash": "442f1f5e3ec3a04b410cd59b1f1fc744fc3f3c0fd1896a6bee44a5e026d30bbc" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.6/xmake-v2.3.6.win32.zip", + "hash": "1f0789e69acbf04ab965bf59d7f4994f6096af70131a05b09dd01ebe3c2aec80" } }, "extract_dir": "xmake",