From 62f751cd8777b13f30484dcd428d001762d2edad Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Wed, 30 May 2018 11:04:26 +0300 Subject: [PATCH] build: update brotli version in WORKSPACE (#24194) The updated version includes the fix for google/brotli#671. PR Close #24194 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 9d0d875b2b..99988ed805 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -66,9 +66,9 @@ http_archive( http_archive( name = "org_brotli", - url = "https://github.com/google/brotli/archive/c6333e1e79fb62ea088443f192293f964409b04e.zip", - strip_prefix = "brotli-c6333e1e79fb62ea088443f192293f964409b04e", - sha256 = "3f781988dee7dd3bcce2bf238294663cfaaf3b6433505bdb762e24d0a284d1dc", + url = "https://github.com/google/brotli/archive/f9b8c02673c576a3e807edbf3a9328e9e7af6d7c.zip", + strip_prefix = "brotli-f9b8c02673c576a3e807edbf3a9328e9e7af6d7c", + sha256 = "8a517806d2b7c8505ba5c53934e7d7c70d341b68ffd268e9044d35b564a48828", ) #