mariadb: move to OpenSSL 1.1
This commit is contained in:
parent
b9bdfa2e4d
commit
9db062ea0e
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ class Mariadb < Formula
|
|||
homepage "https://mariadb.org/"
|
||||
url "https://downloads.mariadb.org/f/mariadb-10.4.6/source/mariadb-10.4.6.tar.gz"
|
||||
sha256 "a270fe6169a1aaf6f2cbbc945de2c954d818c48e1a0fc02fbed92ecb94678e70"
|
||||
revision 1
|
||||
|
||||
bottle do
|
||||
sha256 "8feb884d8e39b94822ea9ed6fa19239b1eea53f6a4496f932908562008a01e35" => :mojave
|
||||
|
@ -11,7 +12,7 @@ class Mariadb < Formula
|
|||
end
|
||||
|
||||
depends_on "cmake" => :build
|
||||
depends_on "openssl"
|
||||
depends_on "openssl@1.1"
|
||||
|
||||
conflicts_with "mysql", "mysql-cluster", "percona-server",
|
||||
:because => "mariadb, mysql, and percona install the same binaries"
|
||||
|
|
Loading…
Reference in a new issue