From eea3c6e500d766c2964ab308c6e48b3a8bb12a64 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Jun 2025 16:29:28 +0000 Subject: [PATCH] xmake: Update to version 3.0.0 --- bucket/xmake.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/xmake.json b/bucket/xmake.json index 149938c72c..f46f5ba0e4 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "2.9.9", + "version": "3.0.0", "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.9.9/xmake-v2.9.9.win64.zip", - "hash": "1bdde27785faafc69a7a117996a932c73ca8ec8a612ce4d885ba71dfb48c2084" + "url": "https://github.com/xmake-io/xmake/releases/download/v3.0.0/xmake-v3.0.0.win64.zip", + "hash": "b12d853b94451e47b87ca95045dd32b99e14176bcf5cdf8835b74027f0bafa9f" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.9.9/xmake-v2.9.9.win32.zip", - "hash": "9003aa4e180e3986e7e485233572d3ef057cb4983668c42e19bbdb0bf17b6542" + "url": "https://github.com/xmake-io/xmake/releases/download/v3.0.0/xmake-v3.0.0.win32.zip", + "hash": "d0afb9dff772550fbdd74c0247ec023e6738a59d7c314db1b2278d61541bef50" } }, "extract_dir": "xmake",