From 9a82e569c104b362e8e9e71acb5ba29d37bb7c06 Mon Sep 17 00:00:00 2001 From: antoine-duchenet Date: Thu, 5 Jan 2017 15:24:56 +0100 Subject: [PATCH] Update Zlib to version 1.2.10 --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index b65f1ba..0761c2a 100755 --- a/bin/compile +++ b/bin/compile @@ -8,7 +8,7 @@ PCRE_VERSION="8.39" PCRE_TARBALL="pcre-${PCRE_VERSION}.tar.gz" SIGIL_VERSION="0.4.0" SIGIL_TARBALL="sigil_${SIGIL_VERSION}_Linux_x86_64.tgz" -ZLIB_VERSION="1.2.9" +ZLIB_VERSION="1.2.10" ZLIB_TARBALL="zlib-${ZLIB_VERSION}.tar.gz" suppress() {