lighttpd: update to 1.4.58

This commit is contained in:
Leonid Pliushch 2021-01-07 15:26:22 +02:00
parent 60f02e7483
commit 6c31f58ad4
No known key found for this signature in database
GPG Key ID: 45F2964132545795

View File

@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://www.lighttpd.net
TERMUX_PKG_DESCRIPTION="Fast webserver with minimal memory footprint"
TERMUX_PKG_LICENSE="BSD 3-Clause"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.4.56
TERMUX_PKG_VERSION=1.4.58
TERMUX_PKG_SRCURL=https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=e4ce84cd79e8ae8ba193c7a7cc79c4afba9a076b443ef9f8d4bcd13a3354df77
TERMUX_PKG_SHA256=267feffda13a190ebdce7b15172d8be16da98008457f30fddecd72832d126d0e
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-bzip2 --with-openssl --with-pcre --with-zlib"
TERMUX_PKG_DEPENDS="libbz2, openssl, pcre, libcrypt, libandroid-glob, zlib"
TERMUX_PKG_RM_AFTER_INSTALL="bin/lighttpd-angel"