Update zlib to 1.2.6

Bump version from 1.2.5 to 1.2.6, as 1.2.5 is no more available at
zlib.net.
This commit is contained in:
Alexandre Bique 2012-02-12 17:55:33 +01:00 committed by Norman Feske
parent f3a5b78d28
commit 9adb24244a
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
ZLIB = zlib-1.2.5
ZLIB = zlib-1.2.6
ZLIB_DIR = $(REP_DIR)/contrib/$(ZLIB)
LIBS += libc
INC_DIR += $(ZLIB_DIR)

View File

@ -1,4 +1,4 @@
ZLIB = zlib-1.2.5
ZLIB = zlib-1.2.6
ZLIB_TGZ = $(ZLIB).tar.gz
ZLIB_URL = http://zlib.net/$(ZLIB_TGZ)