From 8cfe384ca32522436199847e7f95c03d3fe27e94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 18 Oct 2020 10:53:14 +0200 Subject: [PATCH] xmake: Update to version 2.3.8 --- bucket/xmake.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/xmake.json b/bucket/xmake.json index ec7583668a..c78a63d896 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "2.3.7", + "version": "2.3.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.3.7/xmake-v2.3.7.win64.zip", - "hash": "def955dbf6305266e91cc94316aa2560981b80d39f2f130dd8ccd51894ada954" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.8/xmake-v2.3.8.win64.zip", + "hash": "127e4e7835ab01585f85a3461d8f98a632a92f034fc38d9afe7a11e38c5ab056" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.7/xmake-v2.3.7.win32.zip", - "hash": "f2053f98c0954dca29c601c4a1580ed7ea47c953415b4f67db3a462ac2b2b0b4" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.8/xmake-v2.3.8.win32.zip", + "hash": "2f7bbc126edcfa814f4bbda76a0d2aef70baeada7768cb963696879db5b72929" } }, "extract_dir": "xmake",