From a881592f2272fb34a1ad66978e87df9f3eb1ca71 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 04:27:39 +0000 Subject: [PATCH] xmake: Update to version 2.8.1 --- bucket/xmake.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/xmake.json b/bucket/xmake.json index c10bfe42c7..2c8e296bb7 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "2.7.9", + "version": "2.8.1", "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.7.9/xmake-v2.7.9.win64.zip", - "hash": "32a4026440743104d7cbe2631210ceb8114254607f8020b99d1d9b269d8fe747" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.8.1/xmake-v2.8.1.win64.zip", + "hash": "52408d90b26b97a851c67ce19e5a4bc709f8c9959f9c6acb38846264e792920d" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.7.9/xmake-v2.7.9.win32.zip", - "hash": "a05b7787f6c308f731795e5287719c33ccae6e581c5946023910cab470412480" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.8.1/xmake-v2.8.1.win32.zip", + "hash": "b3014420c3ad18ee8e197e8820b841128d778a5192f41ebf19f5ea81fde05587" } }, "extract_dir": "xmake",