diff options
author | NHOrus <jy6x2b32pie9@yahoo.com> | 2024-03-28 01:41:51 +0400 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2024-04-01 18:17:58 +0300 |
commit | 588b00d5b01cadf30327f8122e963a508885f8f0 (patch) | |
tree | 16ddbb8a320be609f20bf0216003adfb64a0b547 /www-misc | |
parent | net-wireless/sigutils: fixes missing build dependency (diff) | |
download | gentoo-588b00d5b01cadf30327f8122e963a508885f8f0.tar.gz gentoo-588b00d5b01cadf30327f8122e963a508885f8f0.tar.bz2 gentoo-588b00d5b01cadf30327f8122e963a508885f8f0.zip |
www-misc/htdig: fix source URLs
Current ones goes to steroids shop page
Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
Closes: https://github.com/gentoo/gentoo/pull/35954
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'www-misc')
-rw-r--r-- | www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |