Skip to content

Commit

Permalink
Update to grpc v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stanley-cheung committed Aug 19, 2016
1 parent 726d0f3 commit e486435
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Formula/google-protobuf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
class GoogleProtobuf < Formula
homepage "https://github.com/google/protobuf/"
head "https://github.com/google/protobuf.git"
url 'https://github.com/google/protobuf/archive/v3.0.0-beta-3.1.tar.gz'
version "3.0.0-beta-3.1"
sha256 '494726c9a6a45a20cd085795a26e4f05627e9b3b1fa5ab21a8b0edc5db8173dc'
url 'https://github.com/google/protobuf/archive/v3.0.0.tar.gz'
version "3.0.0"
sha256 'f5b3563f118f1d3d6e001705fa7082e8fc3bda50038ac3dff787650795734146'

depends_on "autoconf" => :build
depends_on "automake" => :build
Expand Down
4 changes: 2 additions & 2 deletions Formula/grpc.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Grpc < Formula
desc "gRPC is the next generation open source RPC library and framework"
homepage "http://www.grpc.io/"
url "https://github.com/grpc/grpc/archive/release-0_15_0.tar.gz"
sha256 "d02235dff278869e94cb0dcb31cfea935693c6f87bd73f43d44147185e6becdd"
url "https://github.com/grpc/grpc/archive/v1.0.0.tar.gz"
sha256 "c9bc77a4b20e67521f339d78b24375f6a1eddd8d203bb32796406a8005ee1c2a"
head "https://github.com/grpc/grpc.git"

bottle do
Expand Down
2 changes: 1 addition & 1 deletion scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

set -e

GRPC_VERSION='0.15.0'
GRPC_VERSION='1.0.0'

__grpc_check_for_brew() {
which 'brew' >> /dev/null || {
Expand Down

0 comments on commit e486435

Please sign in to comment.