Skip to content

Commit

Permalink
manticoresearch: switch to openssl@3
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
chenrui333 committed Jun 22, 2023
1 parent d677bf1 commit 8ac9608
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/manticoresearch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Manticoresearch < Formula
url "https://github.com/manticoresoftware/manticoresearch/archive/refs/tags/6.0.4.tar.gz"
sha256 "5081f4f60152d041f14fdaf993f4cc67b127e76c970b58db9bc9532cd1325d8a"
license "GPL-2.0-only"
revision 1
revision 2
version_scheme 1
head "https://github.com/manticoresoftware/manticoresearch.git", branch: "master"

Expand All @@ -29,7 +29,7 @@ class Manticoresearch < Formula
depends_on "icu4c"
depends_on "libpq"
depends_on "mysql-client"
depends_on "openssl@1.1"
depends_on "openssl@3"
depends_on "unixodbc"
depends_on "zstd"

Expand Down

0 comments on commit 8ac9608

Please sign in to comment.