From 9dc6f2755105e9aa71fb762af329fdfbfe1537bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 08:28:07 +0000 Subject: [PATCH] xmake: Update to version 2.9.1 --- bucket/xmake.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/xmake.json b/bucket/xmake.json index 2c9a448468..d3c07379e6 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "2.8.9", + "version": "2.9.1", "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.9/xmake-v2.8.9.win64.zip", - "hash": "c0384a768512c8e30c2fa633fe6870dff2b4504b56fe5df07d7ca0f0b93292f9" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.9.1/xmake-v2.9.1.win64.zip", + "hash": "af28634644b06390351bfde9da602c4e4eb70c1d509d5956b0ab906f5ba25642" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.8.9/xmake-v2.8.9.win32.zip", - "hash": "3ace03b58fa033b4fff1b72d7be7cf9509613263658f9030eab33af8311cc6c2" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.9.1/xmake-v2.9.1.win32.zip", + "hash": "56ab2c03d3aa9554e7586300fd8bc56247aa0f601859cfc8fd7fd6ff5bc81392" } }, "extract_dir": "xmake",