avr-libc: Add 2.2.1

- Also adds the avr-libc GitHub repository as a mirror, as newer
   versions seem to be released there. Caters for their release tag
   formatting.

Signed-off-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
Nick Brassel 2024-09-10 14:08:53 +10:00 committed by Chris Packham
parent efcfd1abb6
commit 63fdc9cb37
3 changed files with 5 additions and 1 deletions

4
packages/avr-libc/2.2.1/chksum vendored Normal file
View File

@ -0,0 +1,4 @@
md5 avr-libc-2.2.1.tar.bz2 400bef303b53e45e0e30d2a617c60a79
sha1 avr-libc-2.2.1.tar.bz2 9868b17dc67e5c2e87b9fbbe7232d18947638dc5
sha256 avr-libc-2.2.1.tar.bz2 006a6306cbbc938c3bdb583ac54f93fe7d7c8cf97f9cde91f91c6fb0273ab465
sha512 avr-libc-2.2.1.tar.bz2 7746c701e9172584bb8923b941958b7ab7ff323bcf1fe6c46a46e3627f74bb750dcaeab23fbb8ba535c7aa2d56347a9d1b7c64098fda505b24e87e116e71f714

0
packages/avr-libc/2.2.1/version.desc vendored Normal file
View File

View File

@ -1,4 +1,4 @@
repository='git https://github.com/avrdudes/avr-libc.git'
mirrors='http://download.savannah.gnu.org/releases/avr-libc'
mirrors='http://download.savannah.gnu.org/releases/avr-libc https://github.com/avrdudes/avr-libc/releases/download/avr-libc-$(echo ${CT_AVR_LIBC_VERSION} | tr '.' '_')-release'
archive_formats='.tar.bz2'
signature_format='packed/.sig'