mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2025-01-13 12:26:22 +00:00
bump pcre version
This commit is contained in:
parent
ed184f98fd
commit
a47e01f478
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user