Merge pull request #29 from pawurb/update-nginx

Update nginx to 1.14.0
This commit is contained in:
Jose Diaz-Gonzalez 2018-08-29 09:12:05 -04:00 committed by GitHub
commit a9b3cb1767
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"