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

Update NGINX and PCRE Version

This commit is contained in:
RedPumpkin 2016-07-25 16:57:53 +09:00 committed by Jose Diaz-Gonzalez
parent 28d1a580cf
commit c947e409e8

View File

@ -4,10 +4,9 @@
set -e
set -o pipefail
# Nginx 1.8.1
NGINX_VERSION="1.8.1"
NGINX_VERSION="1.10.1"
NGINX_TARBALL="nginx-${NGINX_VERSION}.tar.gz"
PCRE_VERSION="8.38"
PCRE_VERSION="8.39"
PCRE_TARBALL="pcre-${PCRE_VERSION}.tar.gz"
SIGIL_VERSION="0.4.0"
SIGIL_TARBALL="sigil_${SIGIL_VERSION}_Linux_x86_64.tgz"