Merge pull request #229 from veblush/zlib

Use github.com as a zlib repo
pull/13171/head
Joshua Haberman 5 years ago committed by GitHub
commit 8a3ae1ef3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      bazel/workspace_deps.bzl

@ -30,7 +30,7 @@ def upb_deps():
http_archive(
name = "zlib",
build_file = "@com_google_protobuf//:third_party/zlib.BUILD",
sha256 = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1",
sha256 = "629380c90a77b964d896ed37163f5c3a34f6e6d897311f1df2a7016355c45eff",
strip_prefix = "zlib-1.2.11",
urls = ["https://zlib.net/zlib-1.2.11.tar.gz"],
url = "https://github.com/madler/zlib/archive/v1.2.11.tar.gz",
)

Loading…
Cancel
Save