From 9fe1e83a461d7000a90f28ed02ddbcd166ce3a24 Mon Sep 17 00:00:00 2001 From: Michael Hobbs Date: Tue, 24 Nov 2015 17:19:39 -0800 Subject: [PATCH] update pcre to 8.38 --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 0a9d5d5..e58a421 100755 --- a/bin/compile +++ b/bin/compile @@ -7,7 +7,7 @@ set -o pipefail # Nginx 1.6.2 NGINX_VERSION="1.6.2" NGINX_TARBALL="nginx-${NGINX_VERSION}.tar.gz" -PCRE_VERSION="8.36" +PCRE_VERSION="8.38" PCRE_TARBALL="pcre-${PCRE_VERSION}.tar.gz" ZLIB_VERSION="1.2.8" ZLIB_TARBALL="zlib-${ZLIB_VERSION}.tar.gz"