From 96ac01cf158f074743efda3760a7ad32cd72a0f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 12:31:27 +0000 Subject: [PATCH] xmake: Update to version 2.7.9 --- bucket/xmake.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/xmake.json b/bucket/xmake.json index 5f1795d938..c10bfe42c7 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "2.7.8", + "version": "2.7.9", "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.8/xmake-v2.7.8.win64.zip", - "hash": "d80177ff7c1754c108dd216ff98ca0512c3542666a3b7165a107cc5199643ac8" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.7.9/xmake-v2.7.9.win64.zip", + "hash": "32a4026440743104d7cbe2631210ceb8114254607f8020b99d1d9b269d8fe747" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.7.8/xmake-v2.7.8.win32.zip", - "hash": "785b3221e25db2c8ef0294d6110954f4358c5ca82fe9ea952e4d2d34a39fb748" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.7.9/xmake-v2.7.9.win32.zip", + "hash": "a05b7787f6c308f731795e5287719c33ccae6e581c5946023910cab470412480" } }, "extract_dir": "xmake",