From 7fa5179cbceeb7901667ee8acb973e528ee9f088 Mon Sep 17 00:00:00 2001 From: Nicolas Lacasse Date: Fri, 7 Dec 2018 11:41:09 -0800 Subject: [PATCH] Bump glog version. PiperOrigin-RevId: 224551278 Change-Id: I76c537075ae291647d9e3e597ca1bd2477c9ce8d --- WORKSPACE | 8 ++++---- 1 file 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", ], )