git » gputils.git » commit e7fb038

Upstream update

author Eric Bélanger
2012-08-21 09:13:25 UTC
committer Eric Bélanger
2012-08-21 09:13:25 UTC
parent 64c8157013c26aa6f3a1bc475569be3bbd9a9268

Upstream update

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index beaf531..977b77f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
 
 pkgname=gputils
-pkgver=0.14.1
+pkgver=0.14.2
 pkgrel=1
 pkgdesc="PIC Programming Utilities"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ url="http://gputils.sourceforge.net/"
 license=('GPL')
 depends=('glibc')
 source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('d896de172a10afb77156a4fb8f393942')
+md5sums=('90fa2803e77723de32b482f6a57d9c5a')
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"