diff --git a/bin/compile b/bin/compile index 9c0dd4a..2273ada 100755 --- a/bin/compile +++ b/bin/compile @@ -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"