From 317a4964074f42a2a09edf7aeb4629f6e08b6717 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 04:29:28 +0000 Subject: [PATCH] xmake: Update to version 3.0.2 --- bucket/xmake.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/xmake.json b/bucket/xmake.json index f19a6fbbbb..6ddf340582 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "3.0.1", + "version": "3.0.2", "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.1/xmake-v3.0.1.win64.zip", - "hash": "d0e407d90d8095fb478fbed1987280f273efcb3a7027021238b1241926a5996e" + "url": "https://github.com/xmake-io/xmake/releases/download/v3.0.2/xmake-v3.0.2.win64.zip", + "hash": "0b88bac04d009007ca842d7d21698f378f324efb663f7c0c3a1e3862ac32667f" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v3.0.1/xmake-v3.0.1.win32.zip", - "hash": "420b0496ede17c9eaff49c85473439603ceea1d9c95d1cf60e127685f77a535b" + "url": "https://github.com/xmake-io/xmake/releases/download/v3.0.2/xmake-v3.0.2.win32.zip", + "hash": "4351e59b7aa034c553c9f609f88064a497a8034ac728002a56ce3d0898c3b9e2" } }, "extract_dir": "xmake",