From 09035205589b566bc71c934c0ebb0e2ce898b3e3 Mon Sep 17 00:00:00 2001 From: Retia <34053927+Retia-Adolf@users.noreply.github.com> Date: Wed, 26 Jun 2019 05:56:37 +0000 Subject: [PATCH] xmake: fix hash (#176) --- bucket/xmake.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/xmake.json b/bucket/xmake.json index 18f374d55f..7765283961 100644 --- a/bucket/xmake.json +++ b/bucket/xmake.json @@ -6,11 +6,11 @@ "architecture": { "64bit": { "url": "https://github.com/xmake-io/xmake/releases/download/v2.2.7/xmake-v2.2.7.win64.zip", - "hash": "5d04c7ef1bf3e1f178884f624a0c96dc21cf8a53ec54b1f2a95b9fd590b476ee" + "hash": "ddd0ac761327378c70f253ff59da55e95959f4331709135b000b040dc2c46ec9" }, "32bit": { "url": "https://github.com/xmake-io/xmake/releases/download/v2.2.7/xmake-v2.2.7.win32.zip", - "hash": "2c48fb07441593a474e157b43a3bf63a7130bbdd6b78219b396b511ba9ca43ca" + "hash": "204819bdfc44598c3f5f17dd2e059efd70b5aafa6907fcbcc56ffc76bf92d545" } }, "extract_dir": "xmake",