We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6608e9a commit f7a96a5Copy full SHA for f7a96a5
Formula/m/mysql-client.rb
@@ -1,10 +1,10 @@
1
class MysqlClient < Formula
2
desc "Open source relational database management system"
3
# FIXME: Actual homepage fails audit due to Homebrew's user-agent
4
- # homepage "https://dev.mysql.com/doc/refman/9.2/en/"
+ # homepage "https://dev.mysql.com/doc/refman/9.3/en/"
5
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"
+ url "https://cdn.mysql.com/Downloads/MySQL-9.3/mysql-9.3.0.tar.gz"
+ sha256 "1a3ee236f1daac5ef897c6325c9b0e0aae486389be1b8001deb3ff77ce682d60"
8
license "GPL-2.0-only" => { with: "Universal-FOSS-exception-1.0" }
9
10
livecheck do
0 commit comments