Skip to content

Commit

Permalink
update zlib version to zlib-1.2.12
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Chen <[email protected]>
  • Loading branch information
ThomasCJY and jchen-sc authored Mar 31, 2022
1 parent 0bc8db1 commit b828a0a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions proto/private/dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,11 @@ dependencies = {
# Dependency of `com_github_protocolbuffers_protobuf`.
"zlib": {
"build_file": "@com_github_protocolbuffers_protobuf//:third_party/zlib.BUILD",
"sha256": "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1",
"strip_prefix": "zlib-1.2.11",
"sha256": "91844808532e5ce316b3c010929493c0244f3d37593afd6de04f71821d5136d9",
"strip_prefix": "zlib-1.2.12",
"urls": [
"https://mirror.bazel.build/zlib.net/zlib-1.2.11.tar.gz",
"https://zlib.net/zlib-1.2.11.tar.gz",
"https://mirror.bazel.build/zlib.net/zlib-1.2.12.tar.gz",
"https://zlib.net/zlib-1.2.12.tar.gz",
],
},
}
Expand Down

0 comments on commit b828a0a

Please sign in to comment.