git » gputils.git » commit 64c8157

Upstream update

author Eric Bélanger
2012-01-11 02:51:53 UTC
committer Eric Bélanger
2012-01-11 02:51:53 UTC
parent 4942f6a842bb1443be2e6d248f275db5b0e16864

Upstream update

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 7c72323..beaf531 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
 
 pkgname=gputils
-pkgver=0.14.0
+pkgver=0.14.1
 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=('04780834e30fc50f0bd92cc4c91cf11b')
+md5sums=('d896de172a10afb77156a4fb8f393942')
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"