[PATCH] D122619: [Bazel] Update zlib to 1.2.12
Geoffrey Martin-Noble via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 28 15:16:54 PDT 2022
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rG224e9be1f469: [Bazel] Update zlib to 1.2.12 (authored by GMNGeoffrey).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122619/new/
https://reviews.llvm.org/D122619
Files:
utils/bazel/WORKSPACE
Index: utils/bazel/WORKSPACE
===================================================================
--- utils/bazel/WORKSPACE
+++ utils/bazel/WORKSPACE
@@ -38,10 +38,10 @@
name = "zlib",
build_file = "@llvm-raw//utils/bazel/third_party_build:zlib.BUILD",
sha256 = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1",
- strip_prefix = "zlib-1.2.11",
+ strip_prefix = "zlib-1.2.12",
urls = [
- "https://storage.googleapis.com/mirror.tensorflow.org/zlib.net/zlib-1.2.11.tar.gz",
- "https://zlib.net/zlib-1.2.11.tar.gz",
+ "https://storage.googleapis.com/mirror.tensorflow.org/zlib.net/zlib-1.2.12.tar.gz",
+ "https://zlib.net/zlib-1.2.12.tar.gz",
],
)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122619.418717.patch
Type: text/x-patch
Size: 723 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220328/db932b5a/attachment.bin>
More information about the llvm-commits
mailing list