diff mbox

htop: bump to version 1.0.2

Message ID 1366844224-14348-1-git-send-email-gilles.talis@gmail.com
State Accepted
Commit 9a4b2642aa0534d21b9377e763e8431e6eade115
Headers show

Commit Message

Gilles Talis April 24, 2013, 10:57 p.m. UTC
Also add license information

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
---
 package/htop/htop.mk |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

Comments

Peter Korsgaard April 25, 2013, 8:45 p.m. UTC | #1
>>>>> "Gilles" == Gilles Talis <gilles.talis@gmail.com> writes:

 Gilles> Also add license information
 Gilles> Signed-off-by: Gilles Talis <gilles.talis@gmail.com>

Committed, thanks.
diff mbox

Patch

diff --git a/package/htop/htop.mk b/package/htop/htop.mk
index e7061bb..fd78662 100644
--- a/package/htop/htop.mk
+++ b/package/htop/htop.mk
@@ -4,11 +4,13 @@ 
 #
 #############################################################
 
-HTOP_VERSION = 1.0.1
+HTOP_VERSION = 1.0.2
 HTOP_SITE = http://downloads.sourceforge.net/project/htop/htop/$(HTOP_VERSION)
 HTOP_DEPENDENCIES = ncurses
 HTOP_AUTORECONF = YES
 HTOP_CONF_OPT = --disable-unicode
 HTOP_CONF_ENV = ac_cv_file__proc_stat=yes ac_cv_file__proc_meminfo=yes
+HTOP_LICENSE = GPLv2
+HTOP_LICENSE_FILES = COPYING
 
 $(eval $(autotools-package))