manticoresearch: use OpenSSL 1.1

Closes #46867.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
FX Coudert 2019-11-18 11:37:10 +01:00
parent 56c93ec7af
commit c0b8317e69

View file

@ -3,6 +3,7 @@ class Manticoresearch < Formula
homepage "https://www.manticoresearch.com"
url "https://github.com/manticoresoftware/manticoresearch/releases/download/3.2.0/manticore-3.2.0-191017-e526a01-release.tar.gz"
sha256 "df6dbcc4df01065fc3cc6328f043b8cef3eb403a28671455cd3c8fc4217e3391"
revision 1
head "https://github.com/manticoresoftware/manticoresearch.git"
bottle do
@ -16,7 +17,7 @@ class Manticoresearch < Formula
depends_on "libpq" => :build
depends_on "mysql" => :build
depends_on "unixodbc" => :build
depends_on "openssl"
depends_on "openssl@1.1"
conflicts_with "sphinx",
:because => "manticore, sphinx install the same binaries."