From 2cf560f83922e6df9626ba3ee063c1caf6797548 Mon Sep 17 00:00:00 2001 From: laurentlb Date: Wed, 6 Dec 2017 05:57:09 -0800 Subject: Update version of re2 The latest version of re2 contains fixes that makes it compatible with new changes in Bazel. Fixes #4233 RELNOTES: None. PiperOrigin-RevId: 178087275 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'WORKSPACE') diff --git a/WORKSPACE b/WORKSPACE index e8ed565d52..25ae376959 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -140,10 +140,10 @@ http_archive( http_archive( name = "com_googlesource_code_re2", urls = [ - "https://github.com/google/re2/archive/2017-08-01.tar.gz", + "https://github.com/google/re2/archive/2017-12-01.tar.gz", ], - strip_prefix = "re2-2017-08-01", - sha256 = "938723dc197125392698c5fcf41acb74877866ff140b81fd50b7314bf26f1636", + strip_prefix = "re2-2017-12-01", + sha256 = "62797e7cd7cc959419710cd25b075b5f5b247da0e8214d47bf5af9b32128fb0d", ) # For src/test/shell/bazel:bazel_sandboxing_test -- cgit v1.2.3