From 27ce21f6bb494eeaf9a1267396f0b298f4999bf7 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Tue, 13 May 2025 14:22:43 -0700 Subject: [PATCH] cross-x86_64-linux-gnu: fix gcc distfiles --- srcpkgs/cross-x86_64-linux-gnu/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cross-x86_64-linux-gnu/template b/srcpkgs/cross-x86_64-linux-gnu/template index aa074f54632..fb2082c6250 100644 --- a/srcpkgs/cross-x86_64-linux-gnu/template +++ b/srcpkgs/cross-x86_64-linux-gnu/template @@ -17,7 +17,7 @@ license="GPL-2.0-or-later, GPL-3.0-or-later, LGPL-2.1-or-later" 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" distfiles+=" ${GNU_SITE}/glibc/glibc-${_glibc_version}.tar.xz"