diff options
Diffstat (limited to 'net-ftp/lftp')
-rw-r--r-- | net-ftp/lftp/lftp-4.8.4-r1.ebuild | 4 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-4.9.0.ebuild | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/net-ftp/lftp/lftp-4.8.4-r1.ebuild b/net-ftp/lftp/lftp-4.8.4-r1.ebuild index 239987fda9a7..8fb8b288d1d8 100644 --- a/net-ftp/lftp/lftp-4.8.4-r1.ebuild +++ b/net-ftp/lftp/lftp-4.8.4-r1.ebuild @@ -6,9 +6,7 @@ inherit autotools libtool xdg-utils DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file transfer program" HOMEPAGE="https://lftp.tech/" -SRC_URI=" - ${HOMEPAGE}ftp/${P}.tar.xz -" +SRC_URI="https://lftp.tech/ftp/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" diff --git a/net-ftp/lftp/lftp-4.9.0.ebuild b/net-ftp/lftp/lftp-4.9.0.ebuild index 617212d87a47..5492c31e378d 100644 --- a/net-ftp/lftp/lftp-4.9.0.ebuild +++ b/net-ftp/lftp/lftp-4.9.0.ebuild @@ -6,9 +6,7 @@ inherit autotools libtool xdg-utils DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file transfer program" HOMEPAGE="https://lftp.tech/" -SRC_URI=" - ${HOMEPAGE}ftp/${P}.tar.xz -" +SRC_URI="https://lftp.tech/ftp/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" |