From fe2f53aeee3ce770fc22210b5d353a28a73e3922 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Thu, 18 Oct 2018 07:01:23 +0200 Subject: [PATCH] lighttpd: Update from 1.4.50 to 1.4.51 --- packages/lighttpd/build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/lighttpd/build.sh b/packages/lighttpd/build.sh index 4981bb76c..6005c3747 100644 --- a/packages/lighttpd/build.sh +++ b/packages/lighttpd/build.sh @@ -1,8 +1,7 @@ TERMUX_PKG_HOMEPAGE=http://www.lighttpd.net TERMUX_PKG_DESCRIPTION="Fast webserver with minimal memory footprint" -TERMUX_PKG_VERSION=1.4.50 -TERMUX_PKG_REVISION=1 -TERMUX_PKG_SHA256=29378312d8887cbc14ffe8a7fadef2d5a08c7e7e1be942795142346ad95629eb +TERMUX_PKG_VERSION=1.4.51 +TERMUX_PKG_SHA256=2af9fdb265d1f025bfa634e13770239712ecbd585e4975b8226edf1df74e9c82 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, libcrypt, libandroid-glob"