avr-libc: update to 2.1.0.

This commit is contained in:
hazen2215 2023-05-08 10:31:59 +09:00 committed by Andrew Benson
parent 1fbcc468bf
commit 98a138742b

View file

@ -1,13 +1,13 @@
# Template file for 'avr-libc'
pkgname=avr-libc
version=2.0.0
revision=4
version=2.1.0
revision=1
short_desc="C library for use with GCC on Atmel AVR microcontrollers"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="http://savannah.nongnu.org/projects/avr-libc/"
distfiles="$NONGNU_SITE/$pkgname/$pkgname-$version.tar.bz2"
checksum=b2dd7fd2eefd8d8646ef6a325f6f0665537e2f604ed02828ced748d49dc85b97
distfiles="$NONGNU_SITE/avr-libc/avr-libc-${version}.tar.bz2"
checksum=0b84cee5c08b5d5cba67c36125e5aaa85251bc9accfba5773bfa87bc34b654e8
build_style=gnu-configure
hostmakedepends="avr-binutils avr-gcc"