Remove .zip from listed extensions for zlib

They mangle the basename into "zlib1211.zip".

Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
Alexey Neyman 2017-08-24 12:00:01 -07:00
parent b2e2771f85
commit 2d7efa5591

View File

@ -1,3 +1,3 @@
repository='git https://github.com/madler/zlib.git' 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}'
archive_formats='.tar.xz .tar.gz .zip' archive_formats='.tar.xz .tar.gz'