From: Michael Tremer Date: Fri, 9 Dec 2022 16:07:05 +0000 (+0000) Subject: htop: Update to 3.2.1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=defae3b33cdd505edcf2678714b33e9bc6831cac;p=ipfire-3.x.git htop: Update to 3.2.1 Signed-off-by: Michael Tremer --- diff --git a/htop/htop.nm b/htop/htop.nm index 03e9d8faf..15b99822f 100644 --- a/htop/htop.nm +++ b/htop/htop.nm @@ -4,24 +4,28 @@ ############################################################################### name = htop -version = 2.2.0 +version = 3.2.1 release = 1 groups = Applications/System -url = http://htop.sourceforge.net/ -license = GPL+ -summary = Interactive process viewer. +url = https://htop.sourceforge.net/ +license = GPLv2 +summary = Interactive process viewer description htop is an interactive text-mode process viewer for Linux, similar to top(1). end -source_dl = http://sourceforge.net/projects/%{name}/files/%{name}/%{version}/ -source_dl += http://hisham.hm/htop/releases/%{version}/ +source_dl = https://github.com/htop-dev/htop/releases/download/%{version}/ +sources = %{thisapp}.tar.xz build requires + libcap-devel + libnl3-devel + libunwind-devel + lm-sensors-devel ncurses-devel end @@ -32,7 +36,10 @@ end packages package %{name} - groups += Base + # This package should be installed in the default system + supplements + ipfire-release + end end package %{name}-debuginfo