git » avrdude.git » commit 096b7a4

upgpkg: 6.2-1

author Anatol Pomozov
2015-12-02 23:27:28 UTC
committer Anatol Pomozov
2015-12-02 23:27:28 UTC
parent 75333d32613fd14c7aa0482b421e214369213f88

upgpkg: 6.2-1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index b23bc63..7f795a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Maintainer: Brad Fanella <bradfanella@archlinux.us>
 
 pkgname=avrdude
-pkgver=6.1
+pkgver=6.2
 pkgrel=1
 pkgdesc="Download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('GPL')
 depends=('readline' 'libftdi' 'libusb-compat' 'elfutils')
 source=(http://download.savannah.gnu.org/releases/avrdude/${pkgname}-${pkgver}.tar.gz{,.sig})
 validpgpkeys=('EF497ABE47ED91B3FC3D7EA54D902FF7723BDEE9' '5E84F980C3CAFD4BB5841070F48CA81B69A85873')
-md5sums=('9db8c25b935d34234b9b1ba16ad55fd5'
+md5sums=('11eba11661713a43d371e4ff382d98c3'
          'SKIP')
 
 build() {