From e7a08382ee5438f343690b851a976a10dc84ff16 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Sat, 21 Dec 2019 22:38:20 -0600 Subject: [PATCH] lftp: update to 4.9.0 Signed-off-by: Nathan Owens --- srcpkgs/lftp/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/lftp/template b/srcpkgs/lftp/template index 34aa2568826..e92d2c013db 100644 --- a/srcpkgs/lftp/template +++ b/srcpkgs/lftp/template @@ -1,19 +1,19 @@ # Template file for 'lftp' pkgname=lftp -version=4.8.4 -revision=4 +version=4.9.0 +revision=1 build_style=gnu-configure configure_args="--with-modules --disable-rpath --without-included-regex --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" -hostmakedepends="pkg-config gettext-devel" +hostmakedepends="pkg-config" 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" maintainer="Nathan Owens " license="GPL-3.0-or-later" homepage="https://lftp.yar.ru/" distfiles="http://lftp.yar.ru/ftp/lftp-${version}.tar.xz" -checksum=4ebc271e9e5cea84a683375a0f7e91086e5dac90c5d51bb3f169f75386107a62 +checksum=0b3b659e1969a31827a25861c01ccf71ac6d3f20ee256bdf6999d653e031a24e lib32disabled=yes conf_files="/etc/lftp.conf"