From bb0a0fcd04169a066821bfa088390d9530828b94 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 16:34:10 +0000 Subject: [PATCH] xmake: Update to version 2.6.8 --- bucket/xmake.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/xmake.json b/bucket/xmake.json index 44e80fb827..2596e48acc 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "2.6.7", + "version": "2.6.8", "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.6.7/xmake-v2.6.7.win64.zip", - "hash": "47c6bda129738ff48181cbb42b5629cf101630cfac9dc4aae569c826aecd7895" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.6.8/xmake-v2.6.8.win64.zip", + "hash": "e4cf8213d116a50ea526495fb1d89904bd20042b2cc5b28012bbb7ea48d7603b" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.6.7/xmake-v2.6.7.win32.zip", - "hash": "97fddd5e4b207fcdb153d76f6cb7b591f28c8b071452c0a2711da56125dff601" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.6.8/xmake-v2.6.8.win32.zip", + "hash": "caf92435f74a4c837a241d7d20d1630ccaf2c5c9401e6c257994743b6f95cab6" } }, "extract_dir": "xmake",