From f12d553e60dcf470053f26b4a1f3d1dc61b0db91 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Tue, 13 May 2025 14:22:41 -0700 Subject: [PATCH] cross-mips-linux-musl: fix gcc distfiles --- srcpkgs/cross-mips-linux-musl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cross-mips-linux-musl/template b/srcpkgs/cross-mips-linux-musl/template index a23cb5ff424..f1a2108374e 100644 --- a/srcpkgs/cross-mips-linux-musl/template +++ b/srcpkgs/cross-mips-linux-musl/template @@ -19,7 +19,7 @@ license="GPL-2.0-or-later, GPL-3.0-or-later, MIT" homepage="https://www.voidlinux.org/" case "${_gcc_version}" in *+*) distfiles="https://gcc.gnu.org/pub/gcc/snapshots/${_gcc_version%%.*}-${_gcc_version#*+}/gcc-${_gcc_version%%.*}-${_gcc_version#*+}.tar.xz" ;; - *) distfiles="${GNU_SITE}/gcc/gcc-${_gcc_version}.tar.xz" ;; + *) distfiles="${GNU_SITE}/gcc/gcc-${_gcc_version}/gcc-${_gcc_version}.tar.xz" ;; esac distfiles+=" ${GNU_SITE}/binutils/binutils-${_binutils_version}.tar.xz