mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
gcc: fix distfiles url
This commit is contained in:
parent
b210e5de9b
commit
6a8ce8e175
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ homepage="http://gcc.gnu.org"
|
||||||
license="GFDL-1.2-or-later, GPL-3.0-or-later, LGPL-2.1-or-later"
|
license="GFDL-1.2-or-later, GPL-3.0-or-later, LGPL-2.1-or-later"
|
||||||
case "${version}" in
|
case "${version}" in
|
||||||
*+*) distfiles="https://gcc.gnu.org/pub/gcc/snapshots/${_majorver}-${version#*+}/gcc-${_majorver}-${version#*+}.tar.xz" ;;
|
*+*) distfiles="https://gcc.gnu.org/pub/gcc/snapshots/${_majorver}-${version#*+}/gcc-${_majorver}-${version#*+}.tar.xz" ;;
|
||||||
*) distfiles="${GNU_SITE}/gcc/gcc-${version}.tar.xz" ;;
|
*) distfiles="${GNU_SITE}/gcc/gcc-${version}/gcc-${version}.tar.xz" ;;
|
||||||
esac
|
esac
|
||||||
distfiles+="
|
distfiles+="
|
||||||
${GNU_SITE}/gmp/gmp-${_gmp_version}.tar.xz
|
${GNU_SITE}/gmp/gmp-${_gmp_version}.tar.xz
|
||||||
|
|
Loading…
Add table
Reference in a new issue