From 1072f0e2f9e3c265365719b59658026426c52bb1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 12:32:30 +0000 Subject: [PATCH] xmake: Update to version 2.9.6 --- bucket/xmake.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/xmake.json b/bucket/xmake.json index ccbf0708f7..283b5bb882 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "2.9.5", + "version": "2.9.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/v2.9.5/xmake-v2.9.5.win64.zip", - "hash": "e43b0f43068ac7f664b7b31b516fba1871b653172c28766b2c5803be7c47c0d7" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.9.6/xmake-v2.9.6.win64.zip", + "hash": "a23c100fa8766e3570873e418015da8058c50d0f5c0138687cbb439648fe19dc" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.9.5/xmake-v2.9.5.win32.zip", - "hash": "97f79c4729f8e9990904b15edd626ee29a743f924c55b7c14825816e86a58014" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.9.6/xmake-v2.9.6.win32.zip", + "hash": "d5b4a5ade12309a6d6900f02100fca31b111d7e486942c352a8b7afcdfe229af" } }, "extract_dir": "xmake",