diff --git a/Formula/grpc.rb b/Formula/grpc.rb index 9be9c69227..f011a42534 100644 --- a/Formula/grpc.rb +++ b/Formula/grpc.rb @@ -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