From 588b00d5b01cadf30327f8122e963a508885f8f0 Mon Sep 17 00:00:00 2001 From: NHOrus Date: Thu, 28 Mar 2024 01:41:51 +0400 Subject: www-misc/htdig: fix source URLs Current ones goes to steroids shop page Signed-off-by: NHOrus Closes: https://github.com/gentoo/gentoo/pull/35954 Signed-off-by: Viorel Munteanu --- www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www-misc') diff --git a/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild b/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild index 40fe8b5b10f9..48c0f209c438 100644 --- a/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild +++ b/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,8 +8,8 @@ inherit autotools flag-o-matic MY_PV="${PV/_beta/b}" DESCRIPTION="HTTP/HTML indexing and searching system" -HOMEPAGE="http://www.htdig.org" -SRC_URI="http://www.htdig.org/files/${PN}-${MY_PV}.tar.gz" +HOMEPAGE="https://htdig.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -- cgit v1.2.3-65-gdbad