commit:     5129ccf09f4ba341114f19edceee86acfc0cc3dc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 24 13:56:34 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 24 13:56:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5129ccf0

sys-apps/dmidecode: update SRC_URI to mirror://nongnu

ulm reports a fetch failure with one of the nongnu savannah redirects.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/dmidecode/dmidecode-3.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/dmidecode/dmidecode-3.6.ebuild 
b/sys-apps/dmidecode/dmidecode-3.6.ebuild
index 3d93149aaccd..f28bc89d104e 100644
--- a/sys-apps/dmidecode/dmidecode-3.6.ebuild
+++ b/sys-apps/dmidecode/dmidecode-3.6.ebuild
@@ -10,7 +10,7 @@ inherit bash-completion-r1 flag-o-matic toolchain-funcs
 UPSTREAM_PATCH_COMMITS=()
 DESCRIPTION="DMI (Desktop Management Interface) table related utilities"
 HOMEPAGE="https://www.nongnu.org/dmidecode/";
-SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.xz";
+SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz"
 for commit in "${UPSTREAM_PATCH_COMMITS[@]}" ; do
        SRC_URI+=" 
https://git.savannah.gnu.org/cgit/dmidecode.git/patch/?id=${commit} -> 
${P}-${commit}.patch"
        UPSTREAM_PATCHES+=( "${DISTDIR}"/${P}-${commit}.patch )

Reply via email to