From 8892ee4f37c297edb8f00ea62fd7db5d0ca7dd48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 26 Jul 2021 09:14:28 -0700 Subject: [PATCH] xmake: Update to version 2.5.6 --- bucket/xmake.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/xmake.json b/bucket/xmake.json index abc97eae81..697ec053a3 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "2.5.5", + "version": "2.5.6", "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.5.5/xmake-v2.5.5.win64.zip", - "hash": "824d7652ab06cc0e27e7edce9226bd07ff1a465df65bce8fb95cebeae02a6991" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.5.6/xmake-v2.5.6.win64.zip", + "hash": "69be3076824f05a47fea33cd329f5c72b764e8a4f2fb0aa73afc43f3418ee0f9" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.5.5/xmake-v2.5.5.win32.zip", - "hash": "e272b51d52cef065cf672fdb41b05d7736b1b0473767384089217a33ef0fc4ec" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.5.6/xmake-v2.5.6.win32.zip", + "hash": "73dce71e97ea28f2a92bd1a65ab61e273bfb655de8a4e714d87ef115f9d83038" } }, "extract_dir": "xmake",