1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2024-11-05 11:48:42 +00:00

Change to PCRE 8.36

This commit is contained in:
Florian Heinemann 2015-01-05 15:38:35 -05:00
parent d8e108e21e
commit 92dad3091b

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.34"
PCRE_VERSION="8.36"
PCRE_TARBALL="pcre-${PCRE_VERSION}.tar.gz"
ZLIB_VERSION="1.2.8"
ZLIB_TARBALL="zlib-${ZLIB_VERSION}.tar.gz"