From e4b19cc02bbb56aaaad81facf82a7203f301fa0c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 16:27:13 +0000 Subject: [PATCH] xmake: Update to version 2.8.7 --- bucket/xmake.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/xmake.json b/bucket/xmake.json index 61377edbbd..4109813fd6 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "2.8.6", + "version": "2.8.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.8.6/xmake-v2.8.6.win64.zip", - "hash": "eb049d5890665101a86fd791d82a4a9b471aa16d785dca40c930b3fc388c7cca" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.8.7/xmake-v2.8.7.win64.zip", + "hash": "7b6872ae70bf4c4395fb35b2b6e91d1ea1136d48c7c6a8b4c1df0b6d7b387dae" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.8.6/xmake-v2.8.6.win32.zip", - "hash": "f8f493d76efbd4ddaa902fbe3a7ab27b8fbe9cb9fff046fb14aade4ceb585318" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.8.7/xmake-v2.8.7.win32.zip", + "hash": "5cdc2f9adcbc833aee5cae7a992054c20d010c7ac84bcba4195d23e517e3677b" } }, "extract_dir": "xmake",