From 499250a7c7f6a030ddaa9ae050dad0ecae9b087d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 21 Jan 2021 07:34:23 +0100 Subject: [PATCH] xmake: Update to version 2.5.1 --- bucket/xmake.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/xmake.json b/bucket/xmake.json index baf96bd88c..5343ba6861 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "2.3.9", + "version": "2.5.1", "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.9/xmake-v2.3.9.win64.zip", - "hash": "3ee3d14507dbf0eb1f10f52618b8d91290fef5363a9eeedd2763effd85495e98" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.5.1/xmake-v2.5.1.win64.zip", + "hash": "eb261176909e165cc5a500ec152a40ff633f47b2730a4da82d1e6aaa9b059c53" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.9/xmake-v2.3.9.win32.zip", - "hash": "c3fc4ee67ed70e099a3a3e3a5e3be90e3a0934df422c4a0ea22c1f3e13bd4672" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.5.1/xmake-v2.5.1.win32.zip", + "hash": "fde6f90ebef2d87474dd681de60e582e57067617ef1fa6dbc68250729ef08452" } }, "extract_dir": "xmake",