lftp: update to 4.9.0

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
Nathan Owens 2019-12-21 22:38:20 -06:00 committed by Juan RP
parent fa3c4f379c
commit e7a08382ee

View File

@ -1,19 +1,19 @@
# Template file for 'lftp' # Template file for 'lftp'
pkgname=lftp pkgname=lftp
version=4.8.4 version=4.9.0
revision=4 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-modules --disable-rpath --without-included-regex configure_args="--with-modules --disable-rpath --without-included-regex
--with-openssl i_cv_posix_fallocate_works=yes --with-zlib=${XBPS_CROSS_BASE}/usr --with-openssl i_cv_posix_fallocate_works=yes --with-zlib=${XBPS_CROSS_BASE}/usr
--with-readline=${XBPS_CROSS_BASE}/usr gl_cv_func_signbit=yes" --with-readline=${XBPS_CROSS_BASE}/usr gl_cv_func_signbit=yes"
hostmakedepends="pkg-config gettext-devel" hostmakedepends="pkg-config"
makedepends="zlib-devel ncurses-devel readline-devel libressl-devel makedepends="zlib-devel ncurses-devel readline-devel libressl-devel
expat-devel libidn-devel" expat-devel libidn-devel gettext-devel"
short_desc="Sophisticated FTP/HTTP client" short_desc="Sophisticated FTP/HTTP client"
maintainer="Nathan Owens <ndowens04@gmail.com>" maintainer="Nathan Owens <ndowens04@gmail.com>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://lftp.yar.ru/" homepage="https://lftp.yar.ru/"
distfiles="http://lftp.yar.ru/ftp/lftp-${version}.tar.xz" distfiles="http://lftp.yar.ru/ftp/lftp-${version}.tar.xz"
checksum=4ebc271e9e5cea84a683375a0f7e91086e5dac90c5d51bb3f169f75386107a62 checksum=0b3b659e1969a31827a25861c01ccf71ac6d3f20ee256bdf6999d653e031a24e
lib32disabled=yes lib32disabled=yes
conf_files="/etc/lftp.conf" conf_files="/etc/lftp.conf"