git » gputils.git » commit 0b00d19

upgraded to 1.1.0

author Federico Cinelli
2013-04-19 06:11:16 UTC
committer Federico Cinelli
2013-04-19 06:11:16 UTC
parent cb592696c1939e6fe02c45747b2632eff18694f0

upgraded to 1.1.0

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 58e1e7d..b7e3bca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
 # Contributor: Stefan Husmann <stefan-husmann@t-online.de>
 
 pkgname=gputils
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
 pkgdesc="PIC Programming Utilities"
 arch=('i686' 'x86_64')
 url="http://gputils.sourceforge.net/"
 license=('GPL')
 depends=('glibc')
 source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('a68b389b4717adde2b1cf14328e910e3')
+md5sums=('2bff2c595b6570ac9bd6efb692fde274')
 
 build() {
 	cd "$srcdir/$pkgname-$pkgver"