Skip to content

Commit aadbc30

Browse files
committed
cross-x86_64-linux-musl: fix gcc distfiles
1 parent 27ce21f commit aadbc30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

srcpkgs/cross-x86_64-linux-musl/template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ license="GPL-2.0-or-later, GPL-3.0-or-later, MIT"
1818
homepage="https://www.voidlinux.org/"
1919
case "${_gcc_version}" in
2020
*+*) distfiles="https://gcc.gnu.org/pub/gcc/snapshots/${_gcc_version%%.*}-${_gcc_version#*+}/gcc-${_gcc_version%%.*}-${_gcc_version#*+}.tar.xz" ;;
21-
*) distfiles="${GNU_SITE}/gcc/gcc-${_gcc_version}.tar.xz" ;;
21+
*) distfiles="${GNU_SITE}/gcc/gcc-${_gcc_version}/gcc-${_gcc_version}.tar.xz" ;;
2222
esac
2323
distfiles+="
2424
${GNU_SITE}/binutils/binutils-${_binutils_version}.tar.xz

0 commit comments

Comments
 (0)