diff options
author | Philipp Wagner <phw@lowrisc.org> | 2019-09-03 13:31:41 +0100 |
---|---|---|
committer | Philipp Wagner <phw@lowrisc.org> | 2019-09-03 13:31:41 +0100 |
commit | f92fe92e1658f71eb3cf8ee5e3cb956ee91c730f (patch) | |
tree | 6afc4a597fd652075ad4543cd9c741b55048c4b5 /packages/zlib | |
parent | afaf7b9a25b5d77991002936be5c47fc5ff549de (diff) | |
download | crosstool-ng-f92fe92e1658f71eb3cf8ee5e3cb956ee91c730f.tar.gz crosstool-ng-f92fe92e1658f71eb3cf8ee5e3cb956ee91c730f.tar.bz2 crosstool-ng-f92fe92e1658f71eb3cf8ee5e3cb956ee91c730f.zip |
zlib: Provide other mirror
Currently, SourceForge is down and downloads give a 500 error. That's
not overly uncommon (even less often the case these days). Fortunately,
zlib provides another mirror on their homepage, add that as option to
the package description. (https://www.zlib.net/)
Diffstat (limited to 'packages/zlib')
-rw-r--r-- | packages/zlib/package.desc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/zlib/package.desc b/packages/zlib/package.desc index a444d3ce..d85e5656 100644 --- a/packages/zlib/package.desc +++ b/packages/zlib/package.desc @@ -1,4 +1,4 @@ repository='git https://github.com/madler/zlib.git' -mirrors='http://downloads.sourceforge.net/project/libpng/zlib/${CT_ZLIB_VERSION}' +mirrors='http://downloads.sourceforge.net/project/libpng/zlib/${CT_ZLIB_VERSION} https://www.zlib.net/' archive_formats='.tar.xz .tar.gz' signature_format='packed/.asc' |