avr-gcc: updated to 4.9.3
This commit is contained in:
parent
4702d24aa4
commit
528e8bc50a
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template build file for 'avr-gcc'
|
# Template build file for 'avr-gcc'
|
||||||
pkgname=avr-gcc
|
pkgname=avr-gcc
|
||||||
version=4.9.2
|
version=4.9.3
|
||||||
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="$GNU_SITE/gcc/gcc-$version/gcc-$version.tar.bz2"
|
distfiles="$GNU_SITE/gcc/gcc-$version/gcc-$version.tar.bz2"
|
||||||
checksum=2020c98295856aa13fda0f2f3a4794490757fc24bcca918d52cc8b4917b972dd
|
checksum=2332b2a5a321b57508b9031354a8503af6fdfb868b8c1748d33028d100a8b67e
|
||||||
wrksrc="gcc-$version"
|
wrksrc="gcc-$version"
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue