Skip to content

Commit f7a96a5

Browse files
botantonybevanjkay
authored andcommitted
mysql-client 9.3.0
Signed-off-by: botantony <[email protected]>
1 parent 6608e9a commit f7a96a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/m/mysql-client.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
class MysqlClient < Formula
22
desc "Open source relational database management system"
33
# FIXME: Actual homepage fails audit due to Homebrew's user-agent
4-
# homepage "https://dev.mysql.com/doc/refman/9.2/en/"
4+
# homepage "https://dev.mysql.com/doc/refman/9.3/en/"
55
homepage "https://github.com/mysql/mysql-server"
6-
url "https://cdn.mysql.com/Downloads/MySQL-9.2/mysql-9.2.0.tar.gz"
7-
sha256 "a39d11fdf6cf8d1b03b708d537a9132de4b99a9eb4d610293937f0687cd37a12"
6+
url "https://cdn.mysql.com/Downloads/MySQL-9.3/mysql-9.3.0.tar.gz"
7+
sha256 "1a3ee236f1daac5ef897c6325c9b0e0aae486389be1b8001deb3ff77ce682d60"
88
license "GPL-2.0-only" => { with: "Universal-FOSS-exception-1.0" }
99

1010
livecheck do

0 commit comments

Comments
 (0)