diff options
author | Mike Gilbert <floppym@gentoo.org> | 2022-10-05 19:50:51 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2022-10-05 19:50:51 -0400 |
commit | 7eb723a20d8a20ef2db6e92e1c88606d78f0f27c (patch) | |
tree | b729581f8976bdb388fa0675c55d33cea9c03e8b /net-ftp | |
parent | sys-apps/netkit-base: update HOMEPAGE, SRC_URI (diff) | |
download | gentoo-7eb723a20d8a20ef2db6e92e1c88606d78f0f27c.tar.gz gentoo-7eb723a20d8a20ef2db6e92e1c88606d78f0f27c.tar.bz2 gentoo-7eb723a20d8a20ef2db6e92e1c88606d78f0f27c.zip |
net-ftp/ftp: update HOMEPAGE, SRC_URI
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/ftp/ftp-0.17.34.0.2.5.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-ftp/ftp/ftp-0.17.34.0.2.5.1.ebuild b/net-ftp/ftp/ftp-0.17.34.0.2.5.1.ebuild index b99d583cb14b..5032f7bf92e0 100644 --- a/net-ftp/ftp/ftp-0.17.34.0.2.5.1.ebuild +++ b/net-ftp/ftp/ftp-0.17.34.0.2.5.1.ebuild @@ -13,8 +13,9 @@ DEB_PN="${MY_PN}-ssl" DEB_PV="$(ver_cut 1-3)+$(ver_cut 4-5)-$(ver_cut 6-7)" DESCRIPTION="Standard Linux FTP client" -HOMEPAGE="http://www.hcs.harvard.edu/~dholland/computers/netkit.html" -SRC_URI="ftp://sunsite.unc.edu/pub/Linux/system/network/netkit/${MY_P}.tar.gz +HOMEPAGE="https://wiki.linuxfoundation.org/networking/netkit" +SRC_URI="http://ftp.linux.org.uk/pub/linux/Networking/netkit/${MY_P}.tar.gz + ftp://sunsite.unc.edu/pub/Linux/system/network/netkit/${MY_P}.tar.gz mirror://debian/pool/main/n/${DEB_PN}/${DEB_PN}_${DEB_PV}.debian.tar.xz https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${MY_P}-patches-${PATCH_VER}.tar.bz2" S="${WORKDIR}"/${MY_P} |