From 6e21c4c1bf28c2e235f99e8cfb6377cb79b036f3 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Tue, 13 May 2025 14:22:42 -0700 Subject: [PATCH] cross-powerpc64le-linux-musl: fix gcc distfiles --- srcpkgs/cross-powerpc64le-linux-musl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cross-powerpc64le-linux-musl/template b/srcpkgs/cross-powerpc64le-linux-musl/template index 198ddc3a1d6..e26d82a4087 100644 --- a/srcpkgs/cross-powerpc64le-linux-musl/template +++ b/srcpkgs/cross-powerpc64le-linux-musl/template @@ -21,7 +21,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