Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
avrdude
Commits:
3c41b863 by Frederik Schwan at 2024-08-26T10:20:07+02:00
upgpkg: 1:8.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,11 +1,11 @@
pkgbase = avrdude
pkgdesc = Download/upload/manipulate the ROM and EEPROM contents of AVR
microcontrollers
- pkgver = 7.3
+ pkgver = 8.0
pkgrel = 1
epoch = 1
url = https://github.com/avrdudes/avrdude/
arch = x86_64
- license = GPL
+ license = GPL-2.0-or-later
makedepends = cmake
makedepends = ninja
depends = elfutils
@@ -13,13 +13,13 @@ pkgbase = avrdude
depends = libftdi
depends = libusb-compat
depends = readline
- source =
avrdude-7.3.tar.gz::https://github.com/avrdudes/avrdude/archive/refs/tags/v7.3.tar.gz
- source =
https://github.com/avrdudes/avrdude/releases/download/v7.3/avrdude-7.3.tar.gz.sig
+ source =
avrdude-8.0.tar.gz::https://github.com/avrdudes/avrdude/archive/refs/tags/v8.0.tar.gz
+ source =
https://github.com/avrdudes/avrdude/releases/download/v8.0/avrdude-8.0.tar.gz.sig
validpgpkeys = EF497ABE47ED91B3FC3D7EA54D902FF7723BDEE9
validpgpkeys = 5E84F980C3CAFD4BB5841070F48CA81B69A85873
validpgpkeys = 56628323218C669FF578705C7E9EADC3030D34EB
validpgpkeys = 8FBDC99556F7C22A77DC3E1145684AB70D286F63
- b2sums =
324f857e1c42905160fbda1a03c4383e3b7682524399132f32b7cb55fc53cf3f409c2dc1d7b91ce21fae0a4cea7af5704fe7965f7b2a9ff26f28a0f9071dbc7c
+ b2sums =
a68fa2b2553fe93e193814df68362c4eb0d74abf56a217c132c2e2347586711e34b7a4bc80168fb4103b6085f8b69cd18b142aaa54dfa4af40721732de86dd36
b2sums = SKIP
pkgname = avrdude
=====================================
PKGBUILD
=====================================
@@ -5,12 +5,12 @@
pkgname=avrdude
epoch=1
-pkgver=7.3
+pkgver=8.0
pkgrel=1
pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR
microcontrollers"
arch=('x86_64')
url="https://github.com/avrdudes/avrdude/"
-license=('GPL')
+license=('GPL-2.0-or-later')
depends=(
'elfutils'
'hidapi'
@@ -32,7 +32,7 @@ validpgpkeys=(
'56628323218C669FF578705C7E9EADC3030D34EB' # Joerg Wunsch
<[email protected]>
'8FBDC99556F7C22A77DC3E1145684AB70D286F63' # Stefan Rueger
<[email protected]>
)
-b2sums=('324f857e1c42905160fbda1a03c4383e3b7682524399132f32b7cb55fc53cf3f409c2dc1d7b91ce21fae0a4cea7af5704fe7965f7b2a9ff26f28a0f9071dbc7c'
+b2sums=('a68fa2b2553fe93e193814df68362c4eb0d74abf56a217c132c2e2347586711e34b7a4bc80168fb4103b6085f8b69cd18b142aaa54dfa4af40721732de86dd36'
'SKIP')
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/avrdude/-/commit/3c41b8632ba83cb438f9dc71ae04a93da6b1e9ba
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/avrdude/-/commit/3c41b8632ba83cb438f9dc71ae04a93da6b1e9ba
You're receiving this email because of your account on gitlab.archlinux.org.