1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2025-11-24 13:14:15 +00:00

Merge pull request #88 from dokku/upgrade-sigil

feat: upgrade sigil version from 0.10.1 to 0.11.5
This commit is contained in:
Jose Diaz-Gonzalez
2025-11-21 20:50:38 -05:00
committed by GitHub

View File

@ -9,7 +9,8 @@ NGINX_TARBALL="nginx-${NGINX_VERSION}.tar.gz"
# https://github.com/PCRE2Project/pcre2/releases
PCRE_VERSION="10.47"
PCRE_TARBALL="pcre2-${PCRE_VERSION}.tar.gz"
SIGIL_VERSION="0.10.1"
# https://github.com/gliderlabs/sigil/releases
SIGIL_VERSION="0.11.5"
SIGIL_TARBALL="gliderlabs-sigil_${SIGIL_VERSION}_linux_amd64.tgz"
# https://github.com/madler/zlib/releases
ZLIB_VERSION="1.3.1"