diff options
author | David Seifert <soap@gentoo.org> | 2020-01-13 11:03:31 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-01-13 11:03:31 +0100 |
commit | 8a789412eed918518213fad899c9ec9631392466 (patch) | |
tree | 610f079137525ea6f22a4a98aa4a866895c1ebce | |
parent | net-dns/idnkit: [QA] Fix HomepageInSrcUri (diff) | |
download | gentoo-8a789412eed918518213fad899c9ec9631392466.tar.gz gentoo-8a789412eed918518213fad899c9ec9631392466.tar.bz2 gentoo-8a789412eed918518213fad899c9ec9631392466.zip |
net-ftp/lftp: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
-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" |