From b1bace73a517e027a95b2914986fdd5ad18e17b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 7 Jun 2020 20:31:51 +0200 Subject: [PATCH] xmake: Update to version 2.3.4 --- bucket/xmake.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/xmake.json b/bucket/xmake.json index 212ebfc344..9ea35da5c4 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { "homepage": "https://xmake.io", "description": "A cross-platform build utility based on Lua", - "version": "2.3.3", + "version": "2.3.4", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.3/xmake-v2.3.3.win64.zip", - "hash": "ec23cedae64b08609b9705224137217810ec97d964a4059e6ce443b208d90bb2" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.4/xmake-v2.3.4.win64.zip", + "hash": "2397d5d0da5f8290bd49a3d4e4b43b42df30360a865d9003ff875812cdc1196b" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.3/xmake-v2.3.3.win32.zip", - "hash": "090a62a5e9819d2dc0f4b45f993f6b4850892acc6c69658894d6e17d29247914" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.4/xmake-v2.3.4.win32.zip", + "hash": "633d90d773d7f4f6730710ea4336bc0847268881b250660fb761111fe05a1176" } }, "extract_dir": "xmake",