Skip to content

Commit 6658505

Browse files
committed
mysql 9.2.0
1 parent 6d92d3f commit 6658505

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed
File renamed without changes.

Formula/m/mysql.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
class Mysql < Formula
22
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"
3+
homepage "https://dev.mysql.com/doc/refman/9.2/en/"
4+
url "https://cdn.mysql.com/Downloads/MySQL-9.2/mysql-9.2.0.tar.gz"
5+
sha256 "a39d11fdf6cf8d1b03b708d537a9132de4b99a9eb4d610293937f0687cd37a12"
66
license "GPL-2.0-only" => { with: "Universal-FOSS-exception-1.0" }
7-
revision 1
87

98
livecheck do
109
url "https://dev.mysql.com/downloads/mysql/?tpl=files&os=src"

0 commit comments

Comments
 (0)