diff options
author | Sam James <sam@gentoo.org> | 2024-04-24 14:56:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-24 14:56:34 +0100 |
commit | 5129ccf09f4ba341114f19edceee86acfc0cc3dc (patch) | |
tree | 893e679932f3a1161be61adc973a59af43c367c4 /sys-apps/dmidecode | |
parent | app-emulation/libguestfs: fix USE=fuse (diff) | |
download | gentoo-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.ebuild | 2 |
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 ) |