Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Update zlib archive to 1.2.10 #10

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions WORKSPACE
Expand Up @@ -10,9 +10,9 @@ new_http_archive(

new_http_archive(
name = "zlib_archive",
url = "http://zlib.net/zlib-1.2.9.tar.gz",
sha256 = "73ab302ef31ed1e74895d2af56f52f5853f26b0370f3ef21954347acec5eaa21",
strip_prefix = "zlib-1.2.9",
url = "http://zlib.net/zlib-1.2.10.tar.gz",
sha256 = "8d7e9f698ce48787b6e1c67e6bff79e487303e66077e25cb9784ac8835978017",
strip_prefix = "zlib-1.2.10",
build_file = "zlib.BUILD",
)

Expand Down