From 04df06914de6758e928a7e7fc2fef9c9df828779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 25 Nov 2020 06:27:41 +0100 Subject: [PATCH] xmake: Update to version 2.3.9 --- bucket/xmake.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/xmake.json b/bucket/xmake.json index c78a63d896..68d79a4595 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "2.3.8", + "version": "2.3.9", "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.8/xmake-v2.3.8.win64.zip", - "hash": "127e4e7835ab01585f85a3461d8f98a632a92f034fc38d9afe7a11e38c5ab056" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.9/xmake-v2.3.9.win64.zip", + "hash": "3ee3d14507dbf0eb1f10f52618b8d91290fef5363a9eeedd2763effd85495e98" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.8/xmake-v2.3.8.win32.zip", - "hash": "2f7bbc126edcfa814f4bbda76a0d2aef70baeada7768cb963696879db5b72929" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.9/xmake-v2.3.9.win32.zip", + "hash": "c3fc4ee67ed70e099a3a3e3a5e3be90e3a0934df422c4a0ea22c1f3e13bd4672" } }, "extract_dir": "xmake",