diff --git a/bucket/xmake.json b/bucket/xmake.json index 88994d0a4f..e82498037e 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "2.5.2", + "version": "2.5.3", "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.5.2/xmake-v2.5.2.win64.zip", - "hash": "149ea0a588e43474787ef31c497bfc9f480c05705ece45726c32a6a4b09f3a5c" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.5.3/xmake-v2.5.3.win64.zip", + "hash": "9af7be6e76dda429e951b84e0db070a8d8cddb4d319f1ec1e1676111599e810c" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.5.2/xmake-v2.5.2.win32.zip", - "hash": "01fd6df9e8da0755d61e396200c9532c4d7861c771856c8d91efe9afd8140dd0" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.5.3/xmake-v2.5.3.win32.zip", + "hash": "e5f6629f7507d6915fcdbaad1e127eb92cd037d795643eddb43831192b7e6109" } }, "extract_dir": "xmake",