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
1 changed files with 2 additions and 3 deletions

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"