1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 09:15:30 +03:00

testing/dfu-util: upgrade to 0.11

This commit is contained in:
Leo 2021-09-16 02:07:32 -03:00
parent 33bc947fed
commit fdfdd10407

View file

@ -1,6 +1,6 @@
# Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
pkgname=dfu-util
pkgver=0.10
pkgver=0.11
pkgrel=0
pkgdesc="Host side implementation of the DFU 1.0 and DFU 1.1 specifications"
url="http://dfu-util.sourceforge.net/"
@ -23,4 +23,6 @@ package() {
make DESTDIR="$pkgdir" install
}
sha512sums="5aa4dd8c16447c4a9bb47b2083d86e25099dbbe24fdf24a20407f88162b2ca81f40fe5e25109dc180e50ac09f424e351aa784862976a4b20b74ca0ca9153ed0b dfu-util-0.10.tar.gz"
sha512sums="
fc5304a483ac10e35bf1b9304becdeb407b2e44d8ac51474d2fa17877e6cf71b0126f7e12ebb331d75e7adeb9c173ff5cf083a06ded5847dbe477534cf26a553 dfu-util-0.11.tar.gz
"