diff options
author | Michael Zuo <muh.muhten@gmail.com> | 2016-03-13 13:57:57 -0400 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-03-13 21:24:21 +0100 |
commit | bd222e0dcd91b98a88c6d8319fce80dc488ca99f (patch) | |
tree | d865f55a3ef91f70a9f6d8382e204c03e41e180a /main/htop | |
parent | 474dcce61d5473e8e9b0480f7d7e1b39e672d0c5 (diff) | |
download | aports-bd222e0dcd91b98a88c6d8319fce80dc488ca99f.tar.bz2 aports-bd222e0dcd91b98a88c6d8319fce80dc488ca99f.tar.xz |
main/htop: upgrade to 2.0.1
Diffstat (limited to 'main/htop')
-rw-r--r-- | main/htop/APKBUILD | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/main/htop/APKBUILD b/main/htop/APKBUILD index 96a8020a98..0f9347d090 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.0 +pkgver=2.0.1 pkgrel=0 pkgdesc="An interactive process viewer" url="http://hisham.hm/htop/" @@ -13,11 +13,6 @@ subpackages="$pkgname-doc" source="$url/releases/$pkgver/$pkgname-$pkgver.tar.gz" _builddir="$srcdir"/$pkgname-$pkgver -prepare() { - cd "$_builddir" - update_config_sub || return 1 -} - build() { cd "$_builddir" ./configure \ @@ -38,6 +33,6 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="06f76c7d644ce8ae611c9feb10439a30 htop-2.0.0.tar.gz" -sha256sums="d15ca2a0abd6d91d6d17fd685043929cfe7aa91199a9f4b3ebbb370a2c2424b5 htop-2.0.0.tar.gz" -sha512sums="2df1b96e4c07a1de360dc7b7b20db0e663d7fa2c9a8a9dcc3d7dc1ce5e5b59f72d927e8e7ae919631cf0e950a82450b45116a1f8d788f63c5762bd73332ec32c htop-2.0.0.tar.gz" +md5sums="f75fe92b4defaa80d99109830f34b5e2 htop-2.0.1.tar.gz" +sha256sums="f410626dfaf6b70fdf73cd7bb33cae768869707028d847fed94a978e974f5666 htop-2.0.1.tar.gz" +sha512sums="57991a55b69028c01549b067ec749099466df5b08a0ed9a65dd779e6d2c8ee0a5d9c330bb6c727b04a349146ad441b7115718e433d1f8232f74b28903fb351ff htop-2.0.1.tar.gz" |