|
@@ -4,15 +4,15 @@
|
|
include $(TOPDIR)/rules.mk
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
PKG_NAME:= htop
|
|
PKG_NAME:= htop
|
|
-PKG_VERSION:= 1.0.2
|
|
+PKG_VERSION:= 1.0.3
|
|
-PKG_RELEASE:= 2
|
|
+PKG_RELEASE:= 1
|
|
-PKG_MD5SUM:= 0d01cca8df3349c74569cefebbd9919e
|
|
+PKG_MD5SUM:= e768b9b55c033d9c1dffda72db3a6ac7
|
|
PKG_DESCR:= graphical process manager
|
|
PKG_DESCR:= graphical process manager
|
|
PKG_SECTION:= utils
|
|
PKG_SECTION:= utils
|
|
PKG_DEPENDS:= libncurses
|
|
PKG_DEPENDS:= libncurses
|
|
PKG_BUILDDEP:= ncurses
|
|
PKG_BUILDDEP:= ncurses
|
|
-PKG_URL:= http://sourceforge.net/projects/htop
|
|
+PKG_URL:= http://hisham.hm/htop
|
|
-PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=htop/${PKG_VERSION}/}
|
|
+PKG_SITES:= http://hisham.hm/htop/releases/$(PKG_VERSION)/
|
|
|
|
|
|
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
|
|
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
|
|
|
|
|