commit: fc872da2265f7d91dfc58a333e3d73dedbeb33b6 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Wed Sep 4 11:53:12 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Oct 13 13:41:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc872da2
net-analyzer/mping: EAPI8 bump, use https Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/38427 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> net-analyzer/mping/mping-2.01.ebuild | 8 ++++---- 1 file 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"
