X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/744f41bd3308ec189fe57eb9edc8dda1a506864f..6c9a53e3baf2afb02d370b48aa0cf83b6b32745e:/packages/lighttpd/build.sh diff --git a/packages/lighttpd/build.sh b/packages/lighttpd/build.sh index 2aef8e57..76675d16 100644 --- a/packages/lighttpd/build.sh +++ b/packages/lighttpd/build.sh @@ -1,6 +1,7 @@ TERMUX_PKG_HOMEPAGE=http://www.lighttpd.net TERMUX_PKG_DESCRIPTION="Web server optimized for speed-critical environments while remaining standards-compliant, secure and flexible" -TERMUX_PKG_VERSION=1.4.38 +TERMUX_PKG_VERSION=1.4.39 +TERMUX_PKG_BUILD_REVISION=1 TERMUX_PKG_SRCURL=http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-bzip2 --with-openssl --with-pcre --with-zlib" TERMUX_PKG_DEPENDS="libbz2, openssl, pcre"