We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ce21f commit aadbc30Copy full SHA for aadbc30
1 file changed
srcpkgs/cross-x86_64-linux-musl/template
@@ -18,7 +18,7 @@ license="GPL-2.0-or-later, GPL-3.0-or-later, MIT"
18
homepage="https://www.voidlinux.org/"
19
case "${_gcc_version}" in
20
*+*) 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" ;;
+ *) distfiles="${GNU_SITE}/gcc/gcc-${_gcc_version}/gcc-${_gcc_version}.tar.xz" ;;
22
esac
23
distfiles+="
24
${GNU_SITE}/binutils/binutils-${_binutils_version}.tar.xz
0 commit comments