From: Hauke Mehrtens Date: Sat, 3 May 2014 11:01:11 +0000 (+0000) Subject: htop: bump version to 1.03 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=a0e7ed52a6d24169a0192933089361884514407b 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 SVN-Revision: 40669 --- diff --git a/admin/htop/Makefile b/admin/htop/Makefile index 6909427f25..03c332188c 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