From ffaccefd9ce088c5e5887517f72dd8ff1604a626 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 16:26:27 +0000 Subject: [PATCH] xmake: Update to version 2.8.8 --- bucket/xmake.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/xmake.json b/bucket/xmake.json index 4109813fd6..3235886965 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "2.8.7", + "version": "2.8.8", "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.8.7/xmake-v2.8.7.win64.zip", - "hash": "7b6872ae70bf4c4395fb35b2b6e91d1ea1136d48c7c6a8b4c1df0b6d7b387dae" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.8.8/xmake-v2.8.8.win64.zip", + "hash": "1dc095772ce7e55af82a4175124a9b0b2e3dc192c7c4811a9991756c0b4efec4" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.8.7/xmake-v2.8.7.win32.zip", - "hash": "5cdc2f9adcbc833aee5cae7a992054c20d010c7ac84bcba4195d23e517e3677b" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.8.8/xmake-v2.8.8.win32.zip", + "hash": "d0519b0db05df4849823216d28846cabb41fd9b1bb9736de89c03b07da0414e4" } }, "extract_dir": "xmake",