Update nginx to 1.14.0

This commit is contained in:
pawurb 2018-06-03 20:36:58 +02:00
parent ffaa249c5c
commit c6b3e74808
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# bin/compile <build-dir> <cache-dir>
set -eo pipefail; [[ $TRACE ]] && set -x
NGINX_VERSION="1.10.1"
NGINX_VERSION="1.14.0"
NGINX_TARBALL="nginx-${NGINX_VERSION}.tar.gz"
PCRE_VERSION="8.40"
PCRE_TARBALL="pcre-${PCRE_VERSION}.tar.gz"