Update zlib URL in r0.9 branch (#6952)

See also: #6950 and #6865
This commit is contained in:
Justine Tunney 2017-01-20 13:29:13 -08:00 committed by gunan
parent 9454b90155
commit 3976aab26b

View File

@ -187,7 +187,7 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
native.new_http_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",
build_file = path_prefix + "zlib.BUILD",
)