zlib: Replace sourceforge mirror with github

New zlib versions aren't being published on sourceforge. Use the github
mirror instead.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
Chris Packham 2022-10-16 13:00:30 +13:00
parent 878a16a13a
commit 82346dd7df

View File

@ -1,4 +1,4 @@
repository='git https://github.com/madler/zlib.git'
mirrors='http://downloads.sourceforge.net/project/libpng/zlib/${CT_ZLIB_VERSION} https://www.zlib.net/'
mirrors='https://github.com/madler/zlib/releases/download/v${CT_ZLIB_VERSION} https://www.zlib.net/'
archive_formats='.tar.xz .tar.gz'
signature_format='packed/.asc'