aboutsummaryrefslogtreecommitdiffstats
path: root/main/htop
diff options
context:
space:
mode:
authorEivind Uggedal <eivind@uggedal.com>2014-04-30 05:49:48 +0000
committerEivind Uggedal <eivind@uggedal.com>2014-04-30 05:50:05 +0000
commit97212ada95b68834b32b5ab0fe591bc1565d0d1e (patch)
tree7f5f1094e9aed4bc470d8b06b2242772ec81b6b0 /main/htop
parent29998a2cb982d3f563efef720de541a3a5025e34 (diff)
downloadaports-97212ada95b68834b32b5ab0fe591bc1565d0d1e.tar.bz2
aports-97212ada95b68834b32b5ab0fe591bc1565d0d1e.tar.xz
main/htop: upgrade to 1.0.3
Diffstat (limited to 'main/htop')
-rw-r--r--main/htop/APKBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/main/htop/APKBUILD b/main/htop/APKBUILD
index f27e68b2b8..b2d90bc90b 100644
--- a/main/htop/APKBUILD
+++ b/main/htop/APKBUILD
@@ -1,15 +1,15 @@
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
pkgname=htop
-pkgver=1.0.2
-pkgrel=1
+pkgver=1.0.3
+pkgrel=0
pkgdesc="An interactive process viewer"
-url="http://htop.sourceforge.net"
+url="http://hisham.hm/htop/"
arch="all"
license="GPL2"
depends=""
makedepends="ncurses-dev"
subpackages="$pkgname-doc"
-source="http://surfnet.dl.sourceforge.net/sourceforge/htop/$pkgname-$pkgver.tar.gz"
+source="$url/releases/$pkgver/$pkgname-$pkgver.tar.gz"
_builddir="$srcdir"/$pkgname-$pkgver
prepare() {
@@ -32,6 +32,6 @@ package() {
make DESTDIR="$pkgdir" install || return 1
}
-md5sums="0d01cca8df3349c74569cefebbd9919e htop-1.0.2.tar.gz"
-sha256sums="ee60657b044ece0df096c053060df7abf3cce3a568ab34d260049e6a37ccd8a1 htop-1.0.2.tar.gz"
-sha512sums="50ae0e8ace862520c01a707b3cf9a19591dc1081f6fc38c7fdccc81e36dd94b3cbe9db00cbb90f782c22d9b73f22526e24d04fad8368c6f2a7de0c58f9d92191 htop-1.0.2.tar.gz"
+md5sums="e768b9b55c033d9c1dffda72db3a6ac7 htop-1.0.3.tar.gz"
+sha256sums="055c57927f75847fdc222b5258b079a9542811a9dcf5421c615c7e17f55d1829 htop-1.0.3.tar.gz"
+sha512sums="4c5c784b093bcad06eb2e8d8bb215e14f6e838a3d47d8da8402344c270c1724f85d0bcde2899571ba5d0e5a02274a0c3390a76fed61785b2604b51351f08f232 htop-1.0.3.tar.gz"