From d15e55f0b2d2e90183f3dd6a4b40e69e82448558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 28 Feb 2021 11:57:32 +0100 Subject: [PATCH] xmake: Update to version 2.5.2 --- bucket/xmake.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/xmake.json b/bucket/xmake.json index 5343ba6861..88994d0a4f 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "2.5.1", + "version": "2.5.2", "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.1/xmake-v2.5.1.win64.zip", - "hash": "eb261176909e165cc5a500ec152a40ff633f47b2730a4da82d1e6aaa9b059c53" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.5.2/xmake-v2.5.2.win64.zip", + "hash": "149ea0a588e43474787ef31c497bfc9f480c05705ece45726c32a6a4b09f3a5c" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.5.1/xmake-v2.5.1.win32.zip", - "hash": "fde6f90ebef2d87474dd681de60e582e57067617ef1fa6dbc68250729ef08452" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.5.2/xmake-v2.5.2.win32.zip", + "hash": "01fd6df9e8da0755d61e396200c9532c4d7861c771856c8d91efe9afd8140dd0" } }, "extract_dir": "xmake",