diff options
author | J0WI <J0WI@users.noreply.github.com> | 2019-04-09 18:14:49 +0200 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-14 21:55:34 +0000 |
commit | 06e35a04566bb68ee304c893ee5cef495928460a (patch) | |
tree | 576f83705880c608917f6dc74921c5124186f239 | |
parent | cbe9dab3dc003081fb1e923189b242f99a83ee73 (diff) | |
download | aports-06e35a04566bb68ee304c893ee5cef495928460a.tar.bz2 aports-06e35a04566bb68ee304c893ee5cef495928460a.tar.xz |
community/avr-libc: modernize and rebuild
-rw-r--r-- | community/avr-libc/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/community/avr-libc/APKBUILD b/community/avr-libc/APKBUILD index 826c06fcdc..c7f3dbb4f0 100644 --- a/community/avr-libc/APKBUILD +++ b/community/avr-libc/APKBUILD @@ -2,9 +2,9 @@ # Maintainer: Stefan Wagner <stw@bit-strickerei.de> pkgname=avr-libc pkgver=2.0.0 -pkgrel=2 +pkgrel=3 pkgdesc="The C runtime library for the AVR family of microcontrollers" -url="http://savannah.nongnu.org/projects/avr-libc/" +url="https://savannah.nongnu.org/projects/avr-libc/" depends="gcc-avr" makedepends="autoconf automake" arch="all" @@ -38,6 +38,4 @@ package() { fi } -md5sums="2360981cd5d94e1d7a70dfc6983bdf15 avr-libc-2.0.0.tar.bz2" -sha256sums="b2dd7fd2eefd8d8646ef6a325f6f0665537e2f604ed02828ced748d49dc85b97 avr-libc-2.0.0.tar.bz2" sha512sums="fc8d062043d633350dbe05978935dcb8028257a4f1013f246af9658aef0671def19ac11577d1ee9302df68df1b8cf030b22441d96852e185db212263aacabea6 avr-libc-2.0.0.tar.bz2" |