From a34f86ffb460b26b5922cf2847e666a0efafa4de Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 22 Jan 2017 22:58:29 +0000 Subject: [PATCH] Use /fossils/ directory from zlib.net for download. The current download URL linked from the front page is unstable, since it breaks every time a new release is put out. Instead, link to the /fossils/ directory, which contains all old releases as well as the current release. --- pkgdef/zlib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgdef/zlib.sh b/pkgdef/zlib.sh index 16e0baf..0620bf1 100644 --- a/pkgdef/zlib.sh +++ b/pkgdef/zlib.sh @@ -1,6 +1,6 @@ description "Library for compressing/decompressing GZIP files" check_pkgconfig zlib -fetch_download http://zlib.net/zlib-1.2.11.tar.gz \ +fetch_download http://www.zlib.net/fossils/zlib-1.2.11.tar.gz \ c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1 build_autotools