diff options
Diffstat (limited to 'package/htop/Makefile')
-rw-r--r-- | package/htop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/htop/Makefile b/package/htop/Makefile index 63974b2f2..9d886a855 100644 --- a/package/htop/Makefile +++ b/package/htop/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= htop -PKG_VERSION:= 1.0.3 +PKG_VERSION:= 2.0.1 PKG_RELEASE:= 1 -PKG_HASH:= 055c57927f75847fdc222b5258b079a9542811a9dcf5421c615c7e17f55d1829 +PKG_HASH:= f410626dfaf6b70fdf73cd7bb33cae768869707028d847fed94a978e974f5666 PKG_DESCR:= graphical process manager PKG_SECTION:= sys/utils PKG_DEPENDS:= libncurses |