avr-gcc: update to 6.3.0
This commit is contained in:
parent
ede1ea9d7b
commit
8e26df88bd
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template build file for 'avr-gcc'
|
# Template build file for 'avr-gcc'
|
||||||
pkgname=avr-gcc
|
pkgname=avr-gcc
|
||||||
version=6.2.1
|
version=6.3.0
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="The GNU C Compiler for AVR"
|
short_desc="The GNU C Compiler for AVR"
|
||||||
maintainer="allan <mail@may.mooo.com>"
|
maintainer="allan <mail@may.mooo.com>"
|
||||||
homepage="http://gcc.gnu.org"
|
homepage="http://gcc.gnu.org"
|
||||||
license="GFDL-1.2, GPL-3, LGPL-2.1"
|
license="GFDL-1.2, GPL-3, LGPL-2.1"
|
||||||
distfiles="https://repo.voidlinux.eu/distfiles/gcc-$version.tar.xz"
|
distfiles="${GNU_SITE}/gcc/gcc-${version}/gcc-${version}.tar.bz2"
|
||||||
checksum=a7addd2d4e42e66c3b56ced8baee5a11ef7fb577e23615a4f43877273eaf9409
|
checksum=f06ae7f3f790fbf0f018f6d40e844451e6bc3b7bc96e128e63b09825c1f8b29f
|
||||||
wrksrc="gcc-$version"
|
wrksrc="gcc-$version"
|
||||||
|
|
||||||
hostmakedepends="flex avr-binutils"
|
hostmakedepends="flex avr-binutils"
|
||||||
|
|
Loading…
Reference in a new issue