From fe26c7a83323e50bfce52bc07749c33c3e867312 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sun, 10 Jan 2016 18:00:24 -0500 Subject: [PATCH] lighttpd: Update from 1.4.38 to 1.4.39 --- packages/lighttpd/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/lighttpd/build.sh b/packages/lighttpd/build.sh index 2aef8e57b..f8b8597f1 100644 --- a/packages/lighttpd/build.sh +++ b/packages/lighttpd/build.sh @@ -1,6 +1,6 @@ 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_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"