From a47e01f478463039ade664312351b2095eb95906 Mon Sep 17 00:00:00 2001 From: Michael R Joseph Date: Sun, 9 Jul 2017 16:06:06 -0700 Subject: [PATCH] bump pcre version --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index b65f1ba..7270e69 100755 --- a/bin/compile +++ b/bin/compile @@ -4,7 +4,7 @@ set -eo pipefail; [[ $TRACE ]] && set -x NGINX_VERSION="1.10.1" NGINX_TARBALL="nginx-${NGINX_VERSION}.tar.gz" -PCRE_VERSION="8.39" +PCRE_VERSION="8.41" PCRE_TARBALL="pcre-${PCRE_VERSION}.tar.gz" SIGIL_VERSION="0.4.0" SIGIL_TARBALL="sigil_${SIGIL_VERSION}_Linux_x86_64.tgz"