git » gputils.git » commit 21ef558

upgpkg: 1.5.0-1

author Anatol Pomozov
2016-09-13 22:18:06 UTC
committer Anatol Pomozov
2016-09-13 22:18:06 UTC
parent 961101636d6e8b56b86050f924d6a6aa6554cc44

upgpkg: 1.5.0-1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 08ce080..73c859d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 # Contributor: Stefan Husmann <stefan-husmann@t-online.de>
 
 pkgname=gputils
-pkgver=1.4.2
+pkgver=1.5.0
 _tag=$pkgver-1
 pkgrel=1
 pkgdesc="PIC Programming Utilities"
@@ -13,7 +13,7 @@ url="http://gputils.sourceforge.net/"
 license=('GPL')
 depends=('glibc')
 source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$_tag.tar.gz")
-md5sums=('e0d074b9d481b2419b0411938d046102')
+md5sums=('60d4da7cd026a4e611120ed51b6da35c')
 
 build() {
 	cd "$srcdir/$pkgname-$pkgver"