From 03b8792b902713eb627a5ed9d7441ffe73163d28 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Sat, 6 May 2017 03:48:08 -0700 Subject: [PATCH] grpc 1.3.1 depend on openssl and c-ares Closes #13296. Signed-off-by: ilovezfs --- Formula/grpc.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/grpc.rb b/Formula/grpc.rb index 72ff3e7bca..e28e6d92eb 100644 --- a/Formula/grpc.rb +++ b/Formula/grpc.rb @@ -1,10 +1,8 @@ class Grpc < Formula desc "Next generation open source RPC library and framework" homepage "http://www.grpc.io/" - url "https://github.com/grpc/grpc.git", - :tag => "v1.3.0", - :revision => "3ef2355eaedc07f8900ad98d079448169a2a2a06" - revision 1 + url "https://github.com/grpc/grpc/archive/v1.3.1.tar.gz" + sha256 "e4a8c50e7134c90784d90849c6e5cd68d7975d18e683ec6258e56eda19276296" head "https://github.com/grpc/grpc.git" bottle do @@ -16,6 +14,8 @@ class Grpc < Formula depends_on "autoconf" => :build depends_on "automake" => :build depends_on "libtool" => :build + depends_on "c-ares" + depends_on "openssl" depends_on "protobuf" def install