We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 760e59b commit 27ce21fCopy full SHA for 27ce21f
1 file changed
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"
17
homepage="https://www.voidlinux.org/"
18
case "${_gcc_version}" in
19
*+*) distfiles="https://gcc.gnu.org/pub/gcc/snapshots/${_gcc_version%%.*}-${_gcc_version#*+}/gcc-${_gcc_version%%.*}-${_gcc_version#*+}.tar.xz" ;;
20
- *) distfiles="${GNU_SITE}/gcc/gcc-${_gcc_version}.tar.xz" ;;
+ *) distfiles="${GNU_SITE}/gcc/gcc-${_gcc_version}/gcc-${_gcc_version}.tar.xz" ;;
21
esac
22
distfiles+=" ${GNU_SITE}/binutils/binutils-${_binutils_version}.tar.xz"
23
distfiles+=" ${GNU_SITE}/glibc/glibc-${_glibc_version}.tar.xz"
0 commit comments