From 414297ecbd82834989564387712e685e61848976 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 04:28:44 +0000 Subject: [PATCH] xmake: Update to version 2.7.7 --- bucket/xmake.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/xmake.json b/bucket/xmake.json index 5dc8ba930a..609ea1e957 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "2.7.6", + "version": "2.7.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.7.6/xmake-v2.7.6.win64.zip", - "hash": "2d35a264903ad33246e1308f4de02c15b14400cd1086c2b193304ad8172e1475" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.7.7/xmake-v2.7.7.win64.zip", + "hash": "f1905f63c95005c57f80c09565a9f54a87a3f9442066b6d0f19cae6a01f0f833" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.7.6/xmake-v2.7.6.win32.zip", - "hash": "55188e6b8e71b79d2e44a0a5a3aea8df51faabafc9c5d595e3716444ffc0230f" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.7.7/xmake-v2.7.7.win32.zip", + "hash": "ad0474d421d9e31bbb715a39211bcc84e642411ebd6cf68a0f1e2d8862d28332" } }, "extract_dir": "xmake",