diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-08-31 12:52:31 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-08-31 12:52:31 +0200 |
commit | b1d6bd54e107778598b779a89673beeb5e98ad61 (patch) | |
tree | 54ec206115a0d0eb6e82cad98cdf01bad1e56a4c /net-ftp | |
parent | app-editors/sandy: Switch to HTTPS. (diff) | |
download | gentoo-b1d6bd54e107778598b779a89673beeb5e98ad61.tar.gz gentoo-b1d6bd54e107778598b779a89673beeb5e98ad61.tar.bz2 gentoo-b1d6bd54e107778598b779a89673beeb5e98ad61.zip |
net-ftp/lftp: Switch to HTTPS.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/lftp/lftp-4.7.5.ebuild | 2 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-4.7.8.ebuild | 2 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-4.8.0.ebuild | 2 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-9999.ebuild | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/net-ftp/lftp/lftp-4.7.5.ebuild b/net-ftp/lftp/lftp-4.7.5.ebuild index 5615afbb1e8e..8aeba9a4f98d 100644 --- a/net-ftp/lftp/lftp-4.7.5.ebuild +++ b/net-ftp/lftp/lftp-4.7.5.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit autotools eutils libtool DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file transfer program" -HOMEPAGE="http://lftp.tech/" +HOMEPAGE="https://lftp.tech/" SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz" LICENSE="GPL-3" diff --git a/net-ftp/lftp/lftp-4.7.8.ebuild b/net-ftp/lftp/lftp-4.7.8.ebuild index 7858cf43d732..badaf4947b1c 100644 --- a/net-ftp/lftp/lftp-4.7.8.ebuild +++ b/net-ftp/lftp/lftp-4.7.8.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit autotools eutils libtool DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file transfer program" -HOMEPAGE="http://lftp.tech/" +HOMEPAGE="https://lftp.tech/" SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz" LICENSE="GPL-3" diff --git a/net-ftp/lftp/lftp-4.8.0.ebuild b/net-ftp/lftp/lftp-4.8.0.ebuild index 7858cf43d732..badaf4947b1c 100644 --- a/net-ftp/lftp/lftp-4.8.0.ebuild +++ b/net-ftp/lftp/lftp-4.8.0.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit autotools eutils libtool DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file transfer program" -HOMEPAGE="http://lftp.tech/" +HOMEPAGE="https://lftp.tech/" SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz" LICENSE="GPL-3" diff --git a/net-ftp/lftp/lftp-9999.ebuild b/net-ftp/lftp/lftp-9999.ebuild index 725a17a2e417..7193beabd857 100644 --- a/net-ftp/lftp/lftp-9999.ebuild +++ b/net-ftp/lftp/lftp-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools eutils git-r3 libtool DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file transfer program" -HOMEPAGE="http://lftp.tech/" +HOMEPAGE="https://lftp.tech/" EGIT_REPO_URI="https://github.com/lavv17/lftp" LICENSE="GPL-3" |