From 62686ca591dc9899a23d8ff509aa8497ef559e83 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 08:30:45 +0000 Subject: [PATCH] xmake: Update to version 3.0.1 --- bucket/xmake.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/xmake.json b/bucket/xmake.json index f46f5ba0e4..f19a6fbbbb 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "3.0.0", + "version": "3.0.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/v3.0.0/xmake-v3.0.0.win64.zip", - "hash": "b12d853b94451e47b87ca95045dd32b99e14176bcf5cdf8835b74027f0bafa9f" + "url": "https://github.com/xmake-io/xmake/releases/download/v3.0.1/xmake-v3.0.1.win64.zip", + "hash": "d0e407d90d8095fb478fbed1987280f273efcb3a7027021238b1241926a5996e" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v3.0.0/xmake-v3.0.0.win32.zip", - "hash": "d0afb9dff772550fbdd74c0247ec023e6738a59d7c314db1b2278d61541bef50" + "url": "https://github.com/xmake-io/xmake/releases/download/v3.0.1/xmake-v3.0.1.win32.zip", + "hash": "420b0496ede17c9eaff49c85473439603ceea1d9c95d1cf60e127685f77a535b" } }, "extract_dir": "xmake",