mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
avr-gcc: update to 9.2.0
[ci skip]
This commit is contained in:
parent
928f76eeee
commit
dc8948e20f
1 changed files with 8 additions and 8 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template build file for 'avr-gcc'
|
# Template file for 'avr-gcc'
|
||||||
pkgname=avr-gcc
|
pkgname=avr-gcc
|
||||||
version=8.2.0
|
version=9.2.0
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="The GNU C Compiler for AVR"
|
|
||||||
maintainer="allan <mail@may.mooo.com>"
|
|
||||||
homepage="http://gcc.gnu.org"
|
|
||||||
license="GFDL-1.2, GPL-3, LGPL-2.1"
|
|
||||||
distfiles="${GNU_SITE}/gcc/gcc-${version}/gcc-${version}.tar.xz"
|
|
||||||
checksum=196c3c04ba2613f893283977e6011b2345d1cd1af9abeac58e916b1aab3e0080
|
|
||||||
wrksrc="gcc-$version"
|
wrksrc="gcc-$version"
|
||||||
|
short_desc="GNU C Compiler for AVR"
|
||||||
|
maintainer="allan <mail@may.mooo.com>"
|
||||||
|
license="GFDL-1.2, GPL-3, LGPL-2.1"
|
||||||
|
homepage="http://gcc.gnu.org"
|
||||||
|
distfiles="${GNU_SITE}/gcc/gcc-${version}/gcc-${version}.tar.xz"
|
||||||
|
checksum=ea6ef08f121239da5695f76c9b33637a118dcf63e24164422231917fa61fb206
|
||||||
|
|
||||||
hostmakedepends="flex avr-binutils"
|
hostmakedepends="flex avr-binutils"
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue