UPDATE pcre and zlib

This commit is contained in:
Florian Heinemann 2017-01-31 15:37:00 +01:00 committed by GitHub
parent 75b46e3170
commit 7017589383
1 changed files with 2 additions and 2 deletions

View File

@ -7,9 +7,9 @@ set -o pipefail
# Nginx 1.8.1
NGINX_VERSION="1.8.1"
NGINX_TARBALL="nginx-${NGINX_VERSION}.tar.gz"
PCRE_VERSION="8.38"
PCRE_VERSION="8.40"
PCRE_TARBALL="pcre-${PCRE_VERSION}.tar.gz"
ZLIB_VERSION="1.2.10"
ZLIB_VERSION="1.2.11"
ZLIB_TARBALL="zlib-${ZLIB_VERSION}.tar.gz"
# parse and derive params