From c947e409e85e7de02061357c0819a20cebd7c4b8 Mon Sep 17 00:00:00 2001 From: RedPumpkin Date: Mon, 25 Jul 2016 16:57:53 +0900 Subject: [PATCH] Update NGINX and PCRE Version --- bin/compile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/compile b/bin/compile index 6f3b29b..d217215 100755 --- a/bin/compile +++ b/bin/compile @@ -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"