From 82902d0fdc8158be97a61b717b14ad8a5f85b88e Mon Sep 17 00:00:00 2001 From: oreo639 Date: Tue, 13 May 2025 14:22:41 -0700 Subject: [PATCH] cross-mipsel-linux-muslhf: fix gcc distfiles --- srcpkgs/cross-mipsel-linux-muslhf/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cross-mipsel-linux-muslhf/template b/srcpkgs/cross-mipsel-linux-muslhf/template index bab069bd2ec..7c411251002 100644 --- a/srcpkgs/cross-mipsel-linux-muslhf/template +++ b/srcpkgs/cross-mipsel-linux-muslhf/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