From 46e4f0d446b306c659d7dedef45634df35035082 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Jan 2022 16:29:18 +0000 Subject: [PATCH] xmake: Update to version 2.6.3 --- bucket/xmake.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/xmake.json b/bucket/xmake.json index 4eab386130..2a30a337b4 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "2.6.2", + "version": "2.6.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.6.2/xmake-v2.6.2.win64.zip", - "hash": "b8b559b2fc334d262ed8d37fd7216c67774ce00dff33937dce5270ff9115c7e4" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.6.3/xmake-v2.6.3.win64.zip", + "hash": "0ddc1315294f5f83580650ca5971018ad1119edecec8a4d9e618bb38f2a509f4" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.6.2/xmake-v2.6.2.win32.zip", - "hash": "362b97fb95a82b2fdf8de7c06c29e712a1f3a41dd8772ed640c9b08c93efe612" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.6.3/xmake-v2.6.3.win32.zip", + "hash": "dfbaa66a64316075d5a137955e407333b26e9d24caa51a774204f989d391bd6b" } }, "extract_dir": "xmake",