summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-04-24 14:56:34 +0100
committerSam James <sam@gentoo.org>2024-04-24 14:56:34 +0100
commit5129ccf09f4ba341114f19edceee86acfc0cc3dc (patch)
tree893e679932f3a1161be61adc973a59af43c367c4 /sys-apps/dmidecode
parentapp-emulation/libguestfs: fix USE=fuse (diff)
downloadgentoo-5129ccf09f4ba341114f19edceee86acfc0cc3dc.tar.gz
gentoo-5129ccf09f4ba341114f19edceee86acfc0cc3dc.tar.bz2
gentoo-5129ccf09f4ba341114f19edceee86acfc0cc3dc.zip
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@gentoo.org>
Diffstat (limited to 'sys-apps/dmidecode')
-rw-r--r--sys-apps/dmidecode/dmidecode-3.6.ebuild2
1 files changed, 1 insertions, 1 deletions
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 )