diff options
author | Mattias Andrée <maandree@kth.se> | 2016-12-01 09:20:05 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-12-01 09:20:05 +0100 |
commit | e2218728a195cff00a1743fdf14c015db3ca2e6b (patch) | |
tree | f99d18ae5bbf263eeb05851ddac34d2cd7821627 | |
parent | update dlu (diff) | |
download | aur-packages-e2218728a195cff00a1743fdf14c015db3ca2e6b.tar.gz aur-packages-e2218728a195cff00a1743fdf14c015db3ca2e6b.tar.bz2 aur-packages-e2218728a195cff00a1743fdf14c015db3ca2e6b.tar.xz |
Update libcoopgamma
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | libcoopgamma/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcoopgamma/PKGBUILD b/libcoopgamma/PKGBUILD index 9fc7cb5..05af429 100644 --- a/libcoopgamma/PKGBUILD +++ b/libcoopgamma/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> pkgname=libcoopgamma -pkgver=1.1 +pkgver=1.1.1 pkgrel=1 pkgdesc="Cooperative gamma library" arch=(i686 x86_64) @@ -9,7 +9,7 @@ url="https://github.com/maandree/libcoopgamma" license=('GPL3') depends=(coopgammad) source=($url/archive/$pkgver.tar.gz) -sha256sums=(8f55b895a9605887e3c5b65b68d5b069aadb026e84344824cb82258782c1f304) +sha256sums=(03c0a5e03f165ed4fe7f1129970545c6c6991ed88e3673f280dc27f0c6599ea2) build() { |