From 57077959f85ea28a159b23763f2efccaaa162c7b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 16:29:48 +0000 Subject: [PATCH] xmake: Update to version 2.9.4 --- bucket/xmake.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/xmake.json b/bucket/xmake.json index 3ea645b881..96ac343f88 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "2.9.3", + "version": "2.9.4", "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.3/xmake-v2.9.3.win64.zip", - "hash": "cbe66aff5b52c0dde135d5e418f020589186e715e4a8edd73acf1f4d2904be27" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.9.4/xmake-v2.9.4.win64.zip", + "hash": "e36c9586419a2cc0efc43f54df5027ac561775f57b9d6f44cc32aaba415ca038" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.9.3/xmake-v2.9.3.win32.zip", - "hash": "f0862d588bc7273340f40ce80febbfdeb5428d08adab522bb9ec30c344f6d6b2" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.9.4/xmake-v2.9.4.win32.zip", + "hash": "47e81e99ff0e66d3633dca321761a2f9ea6656a580eba7593faac5f3e16bb9f6" } }, "extract_dir": "xmake",