From 4f116eb8a98f4b12a1bf032c5b2775801b06502e Mon Sep 17 00:00:00 2001 From: Martin Lindhe Date: Thu, 7 Jul 2016 00:11:06 +0200 Subject: [PATCH] mysql: sha256 hash (#942) --- mysql.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mysql.json b/mysql.json index d12d52d3fa..fe50dcc539 100644 --- a/mysql.json +++ b/mysql.json @@ -5,12 +5,12 @@ "architecture": { "64bit": { "url": "https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.13-winx64.zip", - "hash": "md5:4a80ba4a81468fd848258367c8e81d76", + "hash": "6a8e73289242c2135816af89ecd30bb07b840f437d79d19a5bc9f22c8a83e3ee", "extract_dir": "mysql-5.7.13-winx64" }, "32bit": { "url": "https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.13-win32.zip", - "hash": "md5:cea41a9b2e6b0ef62746700aa85ddea3", + "hash": "d5d0361a9e56091ea79216d091a032aa44bef222a3aeed44e8f27a3c808bb76c", "extract_dir": "mysql-5.7.13-win32" } },