diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-12-21 21:19:39 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-03-03 13:03:40 +0000 |
commit | ae5329ef24677337d688d28ef805125545a17881 (patch) | |
tree | 542f189796d93c8acd3bed940392d27e45f42510 /main/htop | |
parent | 47938af9317f3d26e32c48f99849bacdd003d0a0 (diff) | |
download | aports-ae5329ef24677337d688d28ef805125545a17881.tar.bz2 aports-ae5329ef24677337d688d28ef805125545a17881.tar.xz |
main/htop: update checksum
Diffstat (limited to 'main/htop')
-rw-r--r-- | main/htop/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/htop/APKBUILD b/main/htop/APKBUILD index 20fafeb4f..f27e68b2b 100644 --- a/main/htop/APKBUILD +++ b/main/htop/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=htop pkgver=1.0.2 -pkgrel=0 +pkgrel=1 pkgdesc="An interactive process viewer" url="http://htop.sourceforge.net" arch="all" @@ -12,7 +12,6 @@ subpackages="$pkgname-doc" source="http://surfnet.dl.sourceforge.net/sourceforge/htop/$pkgname-$pkgver.tar.gz" _builddir="$srcdir"/$pkgname-$pkgver - prepare() { cd "$_builddir" update_config_sub || return 1 @@ -34,3 +33,5 @@ package() { } md5sums="0d01cca8df3349c74569cefebbd9919e htop-1.0.2.tar.gz" +sha256sums="ee60657b044ece0df096c053060df7abf3cce3a568ab34d260049e6a37ccd8a1 htop-1.0.2.tar.gz" +sha512sums="50ae0e8ace862520c01a707b3cf9a19591dc1081f6fc38c7fdccc81e36dd94b3cbe9db00cbb90f782c22d9b73f22526e24d04fad8368c6f2a7de0c58f9d92191 htop-1.0.2.tar.gz" |