From a7165de6deb0fff3dcd56075d03f5989be265d7e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 05:02:26 +0000 Subject: [PATCH] xmake: Update to version 3.0.7 --- bucket/xmake.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/xmake.json b/bucket/xmake.json index 41fbd0371e..67fc0ac60a 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "3.0.6", + "version": "3.0.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/v3.0.6/xmake-v3.0.6.win64.zip", - "hash": "49c737a19f4660ca8820591bc697d5ab8c38e3d6f50c5f5f5e2e0605841f127d" + "url": "https://github.com/xmake-io/xmake/releases/download/v3.0.7/xmake-v3.0.7.win64.zip", + "hash": "0b34b1743135819a4596b00a6536daa50548f267ab79112d50181dec2ac8bc5c" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v3.0.6/xmake-v3.0.6.win32.zip", - "hash": "06e714549ee316c6b408065f9d751926f4497a32f877c249d974ed3a2f7b2f0a" + "url": "https://github.com/xmake-io/xmake/releases/download/v3.0.7/xmake-v3.0.7.win32.zip", + "hash": "150c5602b729a27a3f04523bb3dad9f06e770e2efdaf6cbe393646a26cb78bad" } }, "extract_dir": "xmake",