From 4eb5bca7614770b1c22fde97fdb7e176b7d71f3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Aug 2022 12:31:30 +0000 Subject: [PATCH] xmake: Update to version 2.7.1 --- bucket/xmake.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/xmake.json b/bucket/xmake.json index bd142c53e4..278eae8977 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "2.6.9", + "version": "2.7.1", "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.9/xmake-v2.6.9.win64.zip", - "hash": "3aad46503af10a467bb04b723ed8ba1ec24607e22a335a54ce011e1c4f255855" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.7.1/xmake-v2.7.1.win64.zip", + "hash": "6e0d36e18248d06827a8a11ab5433c68786bf8164ed36eba7bdbf4fa45dd21db" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.6.9/xmake-v2.6.9.win32.zip", - "hash": "7d910e2c51bd80c62cac1346b0cf6aee8f50c4b1993eb41b8accf0d826fa8434" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.7.1/xmake-v2.7.1.win32.zip", + "hash": "2c9dbf1b059ea37c29da0c76422f0292537b8a838e2d64f5d8350f3a5318da05" } }, "extract_dir": "xmake",