diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-07-12 01:19:27 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-07-12 01:19:27 +0200 |
commit | 36c7799369c841bb566e3339f01fa699de883c9f (patch) | |
tree | 8714f8088bf276777c6105ba9a1e66b69661b65f /dstat | |
parent | 6781868567fbfa6016381af77ef2a6e160408e06 (diff) | |
download | aur-packages-36c7799369c841bb566e3339f01fa699de883c9f.tar.gz aur-packages-36c7799369c841bb566e3339f01fa699de883c9f.tar.xz |
update
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'dstat')
-rw-r--r-- | dstat/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dstat/PKGBUILD b/dstat/PKGBUILD index fa3ecad..132521e 100644 --- a/dstat/PKGBUILD +++ b/dstat/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Schnouki <thomas.jost@gmail.com> # Contributor: devon <admin@patched.biz> pkgname=dstat -pkgver=0.7.1 +pkgver=0.7.2 pkgrel=1 pkgdesc="Dstat: Versatile resource statistics tool" arch=('any') @@ -9,8 +9,8 @@ url="http://dag.wieers.com/home-made/dstat/" license=('GPL') depends=('python') source=(http://dag.wieers.com/home-made/$pkgname/$pkgname-$pkgver.tar.bz2) -md5sums=('a9287762c4b9dade5fd85124ccd003c8') -sha1sums=('41c958b4bd3222bbb6776fe1986278938800243d') +md5sums=('bfea4dc8037a0b18fc40a4dfc104dcc8') +sha1sums=('10baf061e3d38e1234fb99182fc53509adf07269') build() { cd $srcdir/$pkgname-$pkgver |