From 670aa64bdc9856bdacebb3ba23d8df69500563cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 4 Jan 2026 08:30:34 +0000 Subject: [PATCH] xmake: Update to version 3.0.6 --- bucket/xmake.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/xmake.json b/bucket/xmake.json index 70d3913dce..41fbd0371e 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "3.0.5", + "version": "3.0.6", "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.5/xmake-v3.0.5.win64.zip", - "hash": "fed0ec012c66f97d0b51f1325a54cef01ed22ec153b6e3bf87b671c526b2cbe4" + "url": "https://github.com/xmake-io/xmake/releases/download/v3.0.6/xmake-v3.0.6.win64.zip", + "hash": "49c737a19f4660ca8820591bc697d5ab8c38e3d6f50c5f5f5e2e0605841f127d" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v3.0.5/xmake-v3.0.5.win32.zip", - "hash": "e2bc32c8bdb8b861875200df91397c75b00ff36e8e3ce65d099807d8ee23ec86" + "url": "https://github.com/xmake-io/xmake/releases/download/v3.0.6/xmake-v3.0.6.win32.zip", + "hash": "06e714549ee316c6b408065f9d751926f4497a32f877c249d974ed3a2f7b2f0a" } }, "extract_dir": "xmake",