mysql-client 5.7.28
Closes #46357. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
1ad97e25b4
commit
c6bcf291a8
1 changed files with 2 additions and 4 deletions
|
@ -2,10 +2,8 @@ class MysqlClient < Formula
|
||||||
desc "Open source relational database management system"
|
desc "Open source relational database management system"
|
||||||
homepage "https://dev.mysql.com/doc/refman/5.7/en/"
|
homepage "https://dev.mysql.com/doc/refman/5.7/en/"
|
||||||
# Pinned at `5.7.*`
|
# Pinned at `5.7.*`
|
||||||
url "https://cdn.mysql.com/Downloads/MySQL-5.7/mysql-boost-5.7.23.tar.gz"
|
url "https://cdn.mysql.com/Downloads/MySQL-5.7/mysql-boost-5.7.28.tar.gz"
|
||||||
mirror "https://cdn.mysql.com/archives/mysql-5.7/mysql-boost-5.7.23.tar.gz"
|
sha256 "f16399315212117c08f9bdf8a0d682728b2ce82d691bcfbf25a770f413b6f2da"
|
||||||
sha256 "d05700ec5c1c6dae9311059dc1713206c29597f09dbd237bf0679b3c6438e87a"
|
|
||||||
revision 1
|
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
sha256 "43faa86e44607a1a67189016b0f7d2ff15a484f9f80fc8e40e3c13a8eb662f9c" => :catalina
|
sha256 "43faa86e44607a1a67189016b0f7d2ff15a484f9f80fc8e40e3c13a8eb662f9c" => :catalina
|
||||||
|
|
Loading…
Reference in a new issue