From 6be0729c640f7cc2ecc88c7fb5d1244b4ea284fd Mon Sep 17 00:00:00 2001 From: hauke Date: Sat, 3 May 2014 11:01:11 +0000 Subject: [PATCH] htop: bump version to 1.03 There is a new 1.03 version of htop: http://www.freelists.org/post/htop/ANN-htop-103 This patch bumps htop from 1.02 to 1.03. Since January 2014 the releases are made from developer's own site instead of Sourceforge, so I have changed the download location accordingly. http://sourceforge.net/projects/htop/ http://hisham.hm/htop/ Sources are on github: https://github.com/hishamhm/htop Signed-off-by: hannu.nyman@iki.fi git-svn-id: svn://svn.openwrt.org/openwrt/packages@40669 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- admin/htop/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/htop/Makefile b/admin/htop/Makefile index 6909427f2..03c332188 100644 --- a/admin/htop/Makefile +++ b/admin/htop/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=htop -PKG_VERSION:=1.0.2 +PKG_VERSION:=1.0.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=@SF/$(PKG_NAME) -PKG_MD5SUM:=0d01cca8df3349c74569cefebbd9919e +PKG_SOURCE_URL:=http://hisham.hm/htop/releases/$(PKG_VERSION)/ +PKG_MD5SUM:=e768b9b55c033d9c1dffda72db3a6ac7 PKG_FIXUP:=autoreconf PKG_INSTALL:=1 -- 2.11.0