summaryrefslogtreecommitdiff
path: root/package/htop
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-04-28 09:01:35 -0300
committerPeter Korsgaard <peter@korsgaard.com>2014-04-28 14:12:29 +0200
commit461727372e6efc634f33332af1a3d19fb9f3c077 (patch)
tree320f657c3598021c47ac4d320222f5f59a61ee9d /package/htop
parentb0275448985eaa126586f2d4deec34d755b74e8f (diff)
htop: bump to version 1.0.3
[Peter: also update upstream URL in Config.in] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/htop')
-rw-r--r--package/htop/Config.in2
-rw-r--r--package/htop/htop-01-native-affinity.patch (renamed from package/htop/htop.patch)0
-rw-r--r--package/htop/htop.mk5
3 files changed, 4 insertions, 3 deletions
diff --git a/package/htop/Config.in b/package/htop/Config.in
index 51304afb5..c19ff27b7 100644
--- a/package/htop/Config.in
+++ b/package/htop/Config.in
@@ -6,4 +6,4 @@ config BR2_PACKAGE_HTOP
htop is an interactive text-mode process viewer for Linux.
It aims to be a better top.
- http://htop.sf.net
+ http://hisham.hm/htop/
diff --git a/package/htop/htop.patch b/package/htop/htop-01-native-affinity.patch
index bf68e53ed..bf68e53ed 100644
--- a/package/htop/htop.patch
+++ b/package/htop/htop-01-native-affinity.patch
diff --git a/package/htop/htop.mk b/package/htop/htop.mk
index fe9b302c9..a1ec56fbb 100644
--- a/package/htop/htop.mk
+++ b/package/htop/htop.mk
@@ -4,9 +4,10 @@
#
################################################################################
-HTOP_VERSION = 1.0.2
-HTOP_SITE = http://downloads.sourceforge.net/project/htop/htop/$(HTOP_VERSION)
+HTOP_VERSION = 1.0.3
+HTOP_SITE = http://hisham.hm/htop/releases/$(HTOP_VERSION)
HTOP_DEPENDENCIES = ncurses
+# For htop-01-native-affinity.patch
HTOP_AUTORECONF = YES
HTOP_CONF_OPT = --disable-unicode
HTOP_CONF_ENV = ac_cv_file__proc_stat=yes ac_cv_file__proc_meminfo=yes