lighttpd: Update from 1.4.48 to 1.4.49

This commit is contained in:
Fredrik Fornwall 2018-05-19 01:46:35 +02:00
parent 4499b72c24
commit ee4a1454ab
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
TERMUX_PKG_HOMEPAGE=http://www.lighttpd.net
TERMUX_PKG_DESCRIPTION="Fast webserver with minimal memory footprint"
TERMUX_PKG_VERSION=1.4.48
TERMUX_PKG_SHA256=0f8ad5aac7529d7b948b9d7e8cd0b4a9e177309d85d6bf6516e28e6e40d74f36
TERMUX_PKG_VERSION=1.4.49
TERMUX_PKG_SHA256=aedf49d7127d9e4c0ea56618e9e945a17674dc46a37ac7990120f87dd939ce09
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"