From acd2d3250a8c2a52223b3e329ae9af78ddbde9df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 13:37:06 +0000 Subject: [PATCH] mysql@8.3.0: Fix hash (Closes #5433) --- bucket/mysql.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/mysql.json b/bucket/mysql.json index 80c76c79fc..df5d0dd413 100644 --- a/bucket/mysql.json +++ b/bucket/mysql.json @@ -17,7 +17,7 @@ "architecture": { "64bit": { "url": "https://dev.mysql.com/get/Downloads/MySQL-8.3/mysql-8.3.0-winx64.zip", - "hash": "md5:3ff5680aae7a0399caaf3466e3b25b27", + "hash": "md5:186efc230e44ded93b5aa89193a6fcbf", "extract_dir": "mysql-8.3.0-winx64" } },