mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-19 03:06:42 +00:00
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/)
This commit is contained in:
parent
afaf7b9a25
commit
f92fe92e16
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user