From 19ff9f5dbbd1e936d06d6e17d5953785d040591b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 24 Dec 2022 08:27:48 +0000 Subject: [PATCH] xmake: Update to version 2.7.4 --- bucket/xmake.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/xmake.json b/bucket/xmake.json index 59d4865feb..fa7f60f1e0 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "2.7.3", + "version": "2.7.4", "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.7.3/xmake-v2.7.3.win64.zip", - "hash": "bb3220f1cf7fe7235b88055c122c3c4b01a3e43b08486d56a2e77202b533626a" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.7.4/xmake-v2.7.4.win64.zip", + "hash": "f80a26593c3d2dad43b3f8c2ac3aed2885d58504bfe39bfec4f830382e3ac589" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.7.3/xmake-v2.7.3.win32.zip", - "hash": "470213293b55b6ada68de54bacbd51419b94066b8cf6e386587b670ff1a178cd" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.7.4/xmake-v2.7.4.win32.zip", + "hash": "7b04a41733c59e91b089c879bfb33fb50a9d5fe4d5a5250463a988b618f97b81" } }, "extract_dir": "xmake",