From 461727372e6efc634f33332af1a3d19fb9f3c077 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Mon, 28 Apr 2014 09:01:35 -0300 Subject: [PATCH] htop: bump to version 1.0.3 [Peter: also update upstream URL in Config.in] Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/htop/Config.in | 2 +- package/htop/{htop.patch => htop-01-native-affinity.patch} | 0 package/htop/htop.mk | 5 +++-- 3 files changed, 4 insertions(+), 3 deletions(-) rename package/htop/{htop.patch => htop-01-native-affinity.patch} (100%) diff --git a/package/htop/Config.in b/package/htop/Config.in index 51304afb53..c19ff27b77 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 similarity index 100% rename from package/htop/htop.patch rename to package/htop/htop-01-native-affinity.patch diff --git a/package/htop/htop.mk b/package/htop/htop.mk index fe9b302c92..a1ec56fbb7 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 -- 2.30.2