grpc: move to OpenSSL 1.1

This commit is contained in:
FX Coudert 2019-09-04 17:02:57 +02:00
parent 582bbf8ec6
commit e7a633a5d1

View file

@ -3,7 +3,7 @@ class Grpc < Formula
homepage "https://grpc.io/"
url "https://github.com/grpc/grpc/archive/v1.23.0.tar.gz"
sha256 "f56ced18740895b943418fa29575a65cc2396ccfa3159fa40d318ef5f59471f9"
revision 1
revision 2
head "https://github.com/grpc/grpc.git"
bottle do
@ -17,7 +17,7 @@ class Grpc < Formula
depends_on "libtool" => :build
depends_on "c-ares"
depends_on "gflags"
depends_on "openssl"
depends_on "openssl@1.1"
depends_on "protobuf"
resource "gtest" do