Update zlib URL in r0.10 branch (#6951)

Fixed #6950
This commit is contained in:
Justine Tunney 2017-01-20 13:09:53 -08:00 committed by gunan
parent 931ff427f3
commit bf1ad52e8f

View File

@ -198,7 +198,7 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
native.new_http_archive( native.new_http_archive(
name = "zlib_archive", name = "zlib_archive",
url = "http://zlib.net/zlib-1.2.8.tar.gz", url = "http://zlib.net/fossils/zlib-1.2.8.tar.gz",
sha256 = "36658cb768a54c1d4dec43c3116c27ed893e88b02ecfcb44f2166f9c0b7f2a0d", sha256 = "36658cb768a54c1d4dec43c3116c27ed893e88b02ecfcb44f2166f9c0b7f2a0d",
build_file = path_prefix + "zlib.BUILD", build_file = path_prefix + "zlib.BUILD",
) )