Merge pull request #10 from jonbjornn/master

Update PCRE version to fix broken compile step
This commit is contained in:
Florian Heinemann 2015-12-04 23:00:15 +01:00
commit 847b25b51d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ set -o pipefail
# Nginx 1.6.2
NGINX_VERSION="1.6.2"
NGINX_TARBALL="nginx-${NGINX_VERSION}.tar.gz"
PCRE_VERSION="8.36"
PCRE_VERSION="8.38"
PCRE_TARBALL="pcre-${PCRE_VERSION}.tar.gz"
ZLIB_VERSION="1.2.8"
ZLIB_TARBALL="zlib-${ZLIB_VERSION}.tar.gz"