From 01142039b6943c9ce63f89480b20a784d3be6cab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 00:32:49 +0000 Subject: [PATCH] xmake: Update to version 2.8.3 --- bucket/xmake.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/xmake.json b/bucket/xmake.json index 8d83108157..6f31956c56 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "2.8.2", + "version": "2.8.3", "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.8.2/xmake-v2.8.2.win64.zip", - "hash": "a729d7e72c03a56684d43be9cb19a5c3d061f3e5df8b0da91101103caeec4217" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.8.3/xmake-v2.8.3.win64.zip", + "hash": "f8757c47844e9bf9e4e29330c199842409f8a1570d3d95541793ffc18d29e289" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.8.2/xmake-v2.8.2.win32.zip", - "hash": "4162c7ea96acc06482409e4bc5c25147563ed609f6719a11f51d30136656f304" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.8.3/xmake-v2.8.3.win32.zip", + "hash": "b985edf7ab0d64358c5cacc9a1ab0912f4dc5af010cb9a6e975bc249c25cf7ea" } }, "extract_dir": "xmake",