From d23b29272bd83a01342dde746d6da34c72b8a901 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 14 Sep 2020 15:26:42 +0200 Subject: [PATCH] xmake: Update to version 2.3.7 --- bucket/xmake.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/xmake.json b/bucket/xmake.json index 87d0e32d2e..ec7583668a 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -1,16 +1,16 @@ { - "version": "2.3.6", + "version": "2.3.7", "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.6/xmake-v2.3.6.win64.zip", - "hash": "92137886c7acf832fc1e892a0bba5c212da5a84ce804a2eef5dfe3ce0d39574b" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.7/xmake-v2.3.7.win64.zip", + "hash": "def955dbf6305266e91cc94316aa2560981b80d39f2f130dd8ccd51894ada954" }, "32bit": { - "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.6/xmake-v2.3.6.win32.zip", - "hash": "d8539febd1ee2f8c4016c2916fa158d2eaf944e9abe03c0f83f3692e4bc594ab" + "url": "https://github.com/xmake-io/xmake/releases/download/v2.3.7/xmake-v2.3.7.win32.zip", + "hash": "f2053f98c0954dca29c601c4a1580ed7ea47c953415b4f67db3a462ac2b2b0b4" } }, "extract_dir": "xmake",