UPDATE pcre and zlib

This commit is contained in:
Florian Heinemann 2017-01-31 15:37:00 +01:00 committed by James Hale
parent 9a82e569c1
commit f873fe2024
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@ set -eo pipefail; [[ $TRACE ]] && set -x
NGINX_VERSION="1.10.1"
NGINX_TARBALL="nginx-${NGINX_VERSION}.tar.gz"
PCRE_VERSION="8.39"
PCRE_VERSION="8.40"
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.10"
ZLIB_VERSION="1.2.11"
ZLIB_TARBALL="zlib-${ZLIB_VERSION}.tar.gz"
suppress() {