File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 11class MysqlClient < 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" }
77
88 livecheck do
@@ -40,6 +40,11 @@ class MysqlClient < Formula
4040 fails_with :clang
4141 end
4242
43+ on_linux do
44+ depends_on "libtirpc" => :build
45+ depends_on "krb5"
46+ end
47+
4348 fails_with :gcc do
4449 version "9"
4550 cause "Requires C++20"
You can’t perform that action at this time.
0 commit comments