summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas Lacasse <nlacasse@google.com>2018-12-07 11:41:09 -0800
committerShentubot <shentubot@google.com>2018-12-07 11:42:24 -0800
commit7fa5179cbceeb7901667ee8acb973e528ee9f088 (patch)
tree95acf443de173deeb91faceadbead6b500c0dcfe
parent51900fe3a42ae8523c2b123343347a3215b93dc3 (diff)
Bump glog version.
PiperOrigin-RevId: 224551278 Change-Id: I76c537075ae291647d9e3e597ca1bd2477c9ce8d
-rw-r--r--WORKSPACE8
1 files changed, 4 insertions, 4 deletions
diff --git a/WORKSPACE b/WORKSPACE
index feaaa9515..4f33c620a 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -125,11 +125,11 @@ http_archive(
http_archive(
name = "com_google_glog",
- sha256 = "1ee310e5d0a19b9d584a855000434bb724aa744745d5b8ab1855c85bff8a8e21",
- strip_prefix = "glog-028d37889a1e80e8a07da1b8945ac706259e5fd8",
+ sha256 = "eaabbfc16ecfacb36960ca9c8977f40172c51e4b03234331a1f84040a77ab12c",
+ strip_prefix = "glog-781096619d3dd368cfebd33889e417a168493ce7",
urls = [
- "https://mirror.bazel.build/github.com/google/glog/archive/028d37889a1e80e8a07da1b8945ac706259e5fd8.tar.gz",
- "https://github.com/google/glog/archive/028d37889a1e80e8a07da1b8945ac706259e5fd8.tar.gz",
+ "https://mirror.bazel.build/github.com/google/glog/archive/781096619d3dd368cfebd33889e417a168493ce7.tar.gz",
+ "https://github.com/google/glog/archive/781096619d3dd368cfebd33889e417a168493ce7.tar.gz",
],
)