lftp: update to 4.3.7.
This commit is contained in:
parent
dc92e32680
commit
611fef19a6
|
@ -1,21 +1,18 @@
|
||||||
# Template file for 'lftp'
|
# Template file for 'lftp'
|
||||||
pkgname=lftp
|
pkgname=lftp
|
||||||
version=4.3.6
|
version=4.3.7
|
||||||
distfiles="http://ftp.yars.free.net/pub/source/lftp/lftp-$version.tar.xz"
|
distfiles="http://ftp.yars.free.net/pub/source/lftp/lftp-$version.tar.xz"
|
||||||
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"
|
||||||
--with-openssl"
|
|
||||||
makedepends="ncurses-devel readline-devel openssl-devel expat-devel"
|
makedepends="ncurses-devel readline-devel openssl-devel expat-devel"
|
||||||
|
conf_files="/etc/lftp.conf"
|
||||||
short_desc="Sophisticated FTP/HTTP client"
|
short_desc="Sophisticated FTP/HTTP client"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://lftp.yar.ru/"
|
homepage="http://lftp.yar.ru/"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
checksum=89821cf38428f01ce20d646654bd4352a9a037664f7068f2aa82cf1984e45473
|
checksum=b77589f7274ef391f58ac683d93930b2d9a44f35e29b07e4f9d3f02ffe6185f6
|
||||||
long_desc="
|
long_desc="
|
||||||
LFTP is sophisticated ftp/http client, file transfer program supporting a
|
LFTP is sophisticated ftp/http client, file transfer program supporting a
|
||||||
number of network protocols. Like BASH, it has job control and uses
|
number of network protocols. Like BASH, it has job control and uses
|
||||||
readline library for input. It has bookmarks, built-in mirror, can transfer
|
readline library for input. It has bookmarks, built-in mirror, can transfer
|
||||||
several files in parallel. It was designed with reliability in mind."
|
several files in parallel. It was designed with reliability in mind."
|
||||||
|
|
||||||
conf_files="/etc/lftp.conf"
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue