parent
4ba5999b3d
commit
a2cef05ce1
1 changed files with 4 additions and 5 deletions
|
@ -1,9 +1,8 @@
|
|||
class Grpc < Formula
|
||||
desc "Next generation open source RPC library and framework"
|
||||
homepage "https://www.grpc.io/"
|
||||
url "https://github.com/grpc/grpc/archive/v1.14.2.tar.gz"
|
||||
sha256 "c747e4d903f7dcf803be53abed4e4efc5d3e96f6c274ed1dfca7a03fa6f4e36b"
|
||||
revision 1
|
||||
url "https://github.com/grpc/grpc/archive/v1.15.0.tar.gz"
|
||||
sha256 "013cc34f3c51c0f87e059a12ea203087a7a15dca2e453295345e1d02e2b9634b"
|
||||
head "https://github.com/grpc/grpc.git"
|
||||
|
||||
bottle do
|
||||
|
@ -22,8 +21,8 @@ class Grpc < Formula
|
|||
depends_on "protobuf"
|
||||
|
||||
resource "gtest" do
|
||||
url "https://github.com/google/googletest/archive/release-1.8.0.tar.gz"
|
||||
sha256 "58a6f4277ca2bc8565222b3bbd58a177609e9c488e8a72649359ba51450db7d8"
|
||||
url "https://github.com/google/googletest/archive/release-1.8.1.tar.gz"
|
||||
sha256 "9bf1fe5182a604b4135edc1a425ae356c9ad15e9b23f9f12a02e80184c3a249c"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue