From daecf7007a544c38b39376ed2c81709535504ee0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 29 May 2022 04:30:40 +0000 Subject: [PATCH] xmake: Update to version 2.6.7 --- bucket/xmake.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/xmake.json b/bucket/xmake.json index ce0582091d..44e80fb827 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "2.6.6", + "version": "2.6.7", "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.6/xmake-v2.6.6.win64.zip", - "hash": "d21f4d4402e92a17fe41cd01a67700b677643eac6be55166b59cdd2914cd88b6" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.6.7/xmake-v2.6.7.win64.zip", + "hash": "47c6bda129738ff48181cbb42b5629cf101630cfac9dc4aae569c826aecd7895" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.6.6/xmake-v2.6.6.win32.zip", - "hash": "ab59f0da4dc2d7c39830451b249eb63d595f43a03a7a6b6918dacc694de17ebb" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.6.7/xmake-v2.6.7.win32.zip", + "hash": "97fddd5e4b207fcdb153d76f6cb7b591f28c8b071452c0a2711da56125dff601" } }, "extract_dir": "xmake",