aboutsummaryrefslogtreecommitdiff
path: root/repositories.bzl
diff options
context:
space:
mode:
authorCarl Mastrangelo <notcarl@google.com>2017-08-25 11:25:36 -0700
committerGitHub <noreply@github.com>2017-08-25 11:25:36 -0700
commit24ff2748b7f671e6d23e0aea9362c345dc84e4ab (patch)
treea3b72974551b7d300938579d93fc5f2edcf86734 /repositories.bzl
parenta53d030b5ca07fadd3dc22e9b83d15b01ab9495f (diff)
downloadgrpc-grpc-java-24ff2748b7f671e6d23e0aea9362c345dc84e4ab.tar.gz
all: update to proto 3.4.0
Diffstat (limited to 'repositories.bzl')
-rw-r--r--repositories.bzl12
1 files changed, 6 insertions, 6 deletions
diff --git a/repositories.bzl b/repositories.bzl
index d200db4e6..acbc87d2c 100644
--- a/repositories.bzl
+++ b/repositories.bzl
@@ -128,9 +128,9 @@ def com_google_protobuf():
# This statement defines the @com_google_protobuf repo.
native.http_archive(
name = "com_google_protobuf",
- sha256 = "df77b0e60afcd3d90b2654cd305e61ae8ae2e2281b4d6540c7093da4c4245d75",
- strip_prefix = "protobuf-3.3.1",
- urls = ["https://github.com/google/protobuf/archive/v3.3.1.zip"],
+ sha256 = "542703acadc3f690d998f4641e1b988f15ba57ebca05fdfb1cd9095bec007948",
+ strip_prefix = "protobuf-3.4.0",
+ urls = ["https://github.com/google/protobuf/archive/v3.4.0.zip"],
)
def com_google_protobuf_java():
@@ -138,9 +138,9 @@ def com_google_protobuf_java():
# which is the Java proto runtime (base classes and common utilities).
native.http_archive(
name = "com_google_protobuf_java",
- sha256 = "df77b0e60afcd3d90b2654cd305e61ae8ae2e2281b4d6540c7093da4c4245d75",
- strip_prefix = "protobuf-3.3.1",
- urls = ["https://github.com/google/protobuf/archive/v3.3.1.zip"],
+ sha256 = "542703acadc3f690d998f4641e1b988f15ba57ebca05fdfb1cd9095bec007948",
+ strip_prefix = "protobuf-3.4.0",
+ urls = ["https://github.com/google/protobuf/archive/v3.4.0.zip"],
)
def com_google_protobuf_nano_protobuf_javanano():