lftp: bump revision

This commit is contained in:
Leonid Pliushch 2019-06-20 00:14:02 +03:00
parent f83c101157
commit f075920691

View File

@ -2,9 +2,11 @@ TERMUX_PKG_HOMEPAGE=https://lftp.tech/
TERMUX_PKG_DESCRIPTION="FTP/HTTP client and file transfer program"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_VERSION=4.8.4
TERMUX_PKG_REVISION=6
TERMUX_PKG_SHA256=4ebc271e9e5cea84a683375a0f7e91086e5dac90c5d51bb3f169f75386107a62
TERMUX_PKG_REVISION=7
TERMUX_PKG_SRCURL=https://lftp.tech/ftp/lftp-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=4ebc271e9e5cea84a683375a0f7e91086e5dac90c5d51bb3f169f75386107a62
TERMUX_PKG_DEPENDS="libandroid-support, libc++, libexpat, libiconv, openssl, readline, libidn2, zlib"
# (1) Android has dn_expand, but lftp assumes that dn_skipname then exists, which it does not on android.
# (2) Use --with-openssl to use openssl instead of gnutls.
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
@ -14,8 +16,6 @@ ac_cv_func_dn_expand=no
--with-readline=$TERMUX_PREFIX
--with-zlib=$TERMUX_PREFIX
"
TERMUX_PKG_DEPENDS="libandroid-support, libexpat, libiconv, openssl, readline, libidn2, zlib"
TERMUX_PKG_BUILD_DEPENDS="ncurses-dev"
termux_step_pre_configure() {
if [ "$TERMUX_DEBUG" == "true" ]; then