diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-09-04 13:53:12 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-10-13 15:41:13 +0200 |
commit | fc872da2265f7d91dfc58a333e3d73dedbeb33b6 (patch) | |
tree | 37b5f96a5ff2ca96a95b12cbdbffe0ffc9382810 /net-analyzer | |
parent | app-text/wv2: delete unused libtool files (diff) | |
download | gentoo-fc872da2265f7d91dfc58a333e3d73dedbeb33b6.tar.gz gentoo-fc872da2265f7d91dfc58a333e3d73dedbeb33b6.tar.bz2 gentoo-fc872da2265f7d91dfc58a333e3d73dedbeb33b6.zip |
net-analyzer/mping: EAPI8 bump, use https
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/38427
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/mping/mping-2.01.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/mping/mping-2.01.ebuild b/net-analyzer/mping/mping-2.01.ebuild index 7a8b952a08c5..3064ce2e088a 100644 --- a/net-analyzer/mping/mping-2.01.ebuild +++ b/net-analyzer/mping/mping-2.01.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="IPv4/6 round-robin multiping client" -HOMEPAGE="http://mping.uninett.no" -SRC_URI="http://mping.uninett.no/${P}.tar.gz" +HOMEPAGE="https://mping.uninett.no" +SRC_URI="https://mping.uninett.no/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |