diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-08-12 10:50:24 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-08-12 11:08:14 +0200 |
commit | 4a56dae61c735ea9db7d9ba0b26e17f68bb3276b (patch) | |
tree | a40f1e858e4ccce4de50adf634d4a729aa0e2228 | |
parent | 778f1cba5667b5e061c8057f32abc336d3b19ba3 (diff) | |
download | aports-4a56dae61c735ea9db7d9ba0b26e17f68bb3276b.tar.bz2 aports-4a56dae61c735ea9db7d9ba0b26e17f68bb3276b.tar.xz |
main/htop: upgrade to 2.0.2
-rw-r--r-- | main/htop/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/htop/APKBUILD b/main/htop/APKBUILD index 0f9347d090..ecf847a009 100644 --- a/main/htop/APKBUILD +++ b/main/htop/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=htop -pkgver=2.0.1 +pkgver=2.0.2 pkgrel=0 pkgdesc="An interactive process viewer" url="http://hisham.hm/htop/" @@ -33,6 +33,6 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="f75fe92b4defaa80d99109830f34b5e2 htop-2.0.1.tar.gz" -sha256sums="f410626dfaf6b70fdf73cd7bb33cae768869707028d847fed94a978e974f5666 htop-2.0.1.tar.gz" -sha512sums="57991a55b69028c01549b067ec749099466df5b08a0ed9a65dd779e6d2c8ee0a5d9c330bb6c727b04a349146ad441b7115718e433d1f8232f74b28903fb351ff htop-2.0.1.tar.gz" +md5sums="7d354d904bad591a931ad57e99fea84a htop-2.0.2.tar.gz" +sha256sums="179be9dccb80cee0c5e1a1f58c8f72ce7b2328ede30fb71dcdf336539be2f487 htop-2.0.2.tar.gz" +sha512sums="1c9bf71a36c56b301667aa6d03756fc757fbcb63e848d9581d10db3df6193cdeb00e55ceb6e2392794ac03ea034b04459a8fe550b3ac2318cd86263a74c78cda htop-2.0.2.tar.gz" |