From b36f72b54ea48c3fbe840083ae36b77a1dd04088 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 12:32:27 +0000 Subject: [PATCH] xmake: Update to version 2.9.7 --- bucket/xmake.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/xmake.json b/bucket/xmake.json index 283b5bb882..4c964b502e 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "2.9.6", + "version": "2.9.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/v2.9.6/xmake-v2.9.6.win64.zip", - "hash": "a23c100fa8766e3570873e418015da8058c50d0f5c0138687cbb439648fe19dc" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.9.7/xmake-v2.9.7.win64.zip", + "hash": "90b1d47a1b10a3a6cd519654d64fdd226fba95c5d61445adcca4e015d43444a5" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.9.6/xmake-v2.9.6.win32.zip", - "hash": "d5b4a5ade12309a6d6900f02100fca31b111d7e486942c352a8b7afcdfe229af" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.9.7/xmake-v2.9.7.win32.zip", + "hash": "572127b123ceb5eb50f83f3441e557b025bb3d79331c9d8caa2405fb70dc44c9" } }, "extract_dir": "xmake",