From 115f120a8fd9cfe6b42427052c2ec113ca22ce63 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 04:28:40 +0000 Subject: [PATCH] xmake: Update to version 2.9.5 --- bucket/xmake.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/xmake.json b/bucket/xmake.json index 96ac343f88..ccbf0708f7 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "2.9.4", + "version": "2.9.5", "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.4/xmake-v2.9.4.win64.zip", - "hash": "e36c9586419a2cc0efc43f54df5027ac561775f57b9d6f44cc32aaba415ca038" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.9.5/xmake-v2.9.5.win64.zip", + "hash": "e43b0f43068ac7f664b7b31b516fba1871b653172c28766b2c5803be7c47c0d7" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.9.4/xmake-v2.9.4.win32.zip", - "hash": "47e81e99ff0e66d3633dca321761a2f9ea6656a580eba7593faac5f3e16bb9f6" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.9.5/xmake-v2.9.5.win32.zip", + "hash": "97f79c4729f8e9990904b15edd626ee29a743f924c55b7c14825816e86a58014" } }, "extract_dir": "xmake",