diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-03-09 17:35:48 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-03-16 13:13:18 +0100 |
commit | 826e3026e2418786bff2a430b33228f7667fffd1 (patch) | |
tree | 1362044075f20d1f5ecf5d8330a944150d43ca44 /net-misc/sock | |
parent | net-mail/ripole: use https (diff) | |
download | gentoo-826e3026e2418786bff2a430b33228f7667fffd1.tar.gz gentoo-826e3026e2418786bff2a430b33228f7667fffd1.tar.bz2 gentoo-826e3026e2418786bff2a430b33228f7667fffd1.zip |
net-misc/sock: update HOMEPAGE, SRC_URI
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-misc/sock')
-rw-r--r-- | net-misc/sock/sock-1.1-r2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/sock/sock-1.1-r2.ebuild b/net-misc/sock/sock-1.1-r2.ebuild index dae97e0a2c19..80a0820652d1 100644 --- a/net-misc/sock/sock-1.1-r2.ebuild +++ b/net-misc/sock/sock-1.1-r2.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit autotools -DESCRIPTION="A shell interface to network sockets" -HOMEPAGE="http://atrey.karlin.mff.cuni.cz/~mj/linux.shtml" -SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/local/mj/net/${P}.tar.gz" +DESCRIPTION="Shell interface to network sockets" +HOMEPAGE="https://mj.ucw.cz/sw/" +SRC_URI="https://mj.ucw.cz/download/net/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |