mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
gcc-multilib: fix distfiles url
This commit is contained in:
parent
6a8ce8e175
commit
957014f7aa
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ homepage="http://gcc.gnu.org"
|
|||
license="GFDL-1.2-or-later, GPL-3.0-or-later, LGPL-2.1-or-later"
|
||||
case "${version}" in
|
||||
*+*) 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
|
||||
checksum=9a84b0947d8fb18197eef3fce8e255e30a61f7f382cebb961b1705c1d99214a3
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue