From bc758125e88fc8c3ab49bfae1cec82c409a4cd20 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 08:29:33 +0000 Subject: [PATCH] mysql: Update to version 9.0.1 --- bucket/mysql.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mysql.json b/bucket/mysql.json index 83b11da825..ffb6aab12f 100644 --- a/bucket/mysql.json +++ b/bucket/mysql.json @@ -1,5 +1,5 @@ { - "version": "9.0.0", + "version": "9.0.1", "description": "The world's most popular open-source database", "homepage": "https://dev.mysql.com/downloads/mysql/#info-tab", "license": "GPL-2.0-only", @@ -17,8 +17,8 @@ }, "architecture": { "64bit": { - "url": "https://dev.mysql.com/get/Downloads/MySQL-9.0/mysql-9.0.0-winx64.msi", - "hash": "md5:eeeb88f0844bd346bbc5894dc6e5e99a", + "url": "https://dev.mysql.com/get/Downloads/MySQL-9.0/mysql-9.0.1-winx64.msi", + "hash": "md5:f17099fdb03684ccd53bd9deb6a67491", "extract_dir": "PFiles64\\MySQL\\MySQL Server 9.0" } },