Skip to content

Commit

Permalink
mysql@5.6: move to OpenSSL 1.1
Browse files Browse the repository at this point in the history
Closes Homebrew#46355.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
  • Loading branch information
Bo98 authored and fxcoudert committed Nov 6, 2019
1 parent 4d7126b commit fcda0b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/mysql@5.6.rb
Expand Up @@ -3,6 +3,7 @@ class MysqlAT56 < Formula
homepage "https://dev.mysql.com/doc/refman/5.6/en/"
url "https://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-5.6.46.tar.gz"
sha256 "12e1fbabf2086e6175359767ca89fa8a58f9274fcad40434aa6a56e582d65f49"
revision 1

bottle do
sha256 "d31aaa8cf6c266c1df4da73aeb62ad67481a0fa7d7531ae41668d0426bd7df6e" => :catalina
Expand All @@ -13,7 +14,7 @@ class MysqlAT56 < Formula
keg_only :versioned_formula

depends_on "cmake" => :build
depends_on "openssl" # no OpenSSL 1.1 support
depends_on "openssl@1.1"

def datadir
var/"mysql"
Expand Down

0 comments on commit fcda0b0

Please sign in to comment.