bump pcre version

This commit is contained in:
Michael R Joseph 2017-07-09 16:06:06 -07:00
parent ed184f98fd
commit a47e01f478
1 changed files with 1 additions and 1 deletions

View File

@ -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"