mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2025-01-13 12:26:22 +00:00
update pcre to 8.38
This commit is contained in:
parent
fe21907d48
commit
9fe1e83a46
@ -7,7 +7,7 @@ set -o pipefail
|
|||||||
# Nginx 1.6.2
|
# Nginx 1.6.2
|
||||||
NGINX_VERSION="1.6.2"
|
NGINX_VERSION="1.6.2"
|
||||||
NGINX_TARBALL="nginx-${NGINX_VERSION}.tar.gz"
|
NGINX_TARBALL="nginx-${NGINX_VERSION}.tar.gz"
|
||||||
PCRE_VERSION="8.36"
|
PCRE_VERSION="8.38"
|
||||||
PCRE_TARBALL="pcre-${PCRE_VERSION}.tar.gz"
|
PCRE_TARBALL="pcre-${PCRE_VERSION}.tar.gz"
|
||||||
ZLIB_VERSION="1.2.8"
|
ZLIB_VERSION="1.2.8"
|
||||||
ZLIB_TARBALL="zlib-${ZLIB_VERSION}.tar.gz"
|
ZLIB_TARBALL="zlib-${ZLIB_VERSION}.tar.gz"
|
||||||
|
Loading…
Reference in New Issue
Block a user