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 6d92d3f commit 6658505Copy full SHA for 6658505
Aliases/[email protected] renamed to Aliases/[email protected]
Formula/m/mysql.rb
@@ -1,10 +1,9 @@
1
class Mysql < Formula
2
desc "Open source relational database management system"
3
- homepage "https://dev.mysql.com/doc/refman/9.1/en/"
4
- url "https://cdn.mysql.com/Downloads/MySQL-9.1/mysql-9.1.0.tar.gz"
5
- sha256 "52c3675239bfd9d3c83224ff2002aa6e286fab97bf5b2b5ca1a85c9c347766fc"
+ homepage "https://dev.mysql.com/doc/refman/9.2/en/"
+ url "https://cdn.mysql.com/Downloads/MySQL-9.2/mysql-9.2.0.tar.gz"
+ sha256 "a39d11fdf6cf8d1b03b708d537a9132de4b99a9eb4d610293937f0687cd37a12"
6
license "GPL-2.0-only" => { with: "Universal-FOSS-exception-1.0" }
7
- revision 1
8
9
livecheck do
10
url "https://dev.mysql.com/downloads/mysql/?tpl=files&os=src"
0 commit comments