|
@ -1,5 +1,5 @@ |
|
|
#
|
|
|
#
|
|
|
# Copyright (C) 2007-2014 OpenWrt.org
|
|
|
|
|
|
|
|
|
# Copyright (C) 2007-2016 OpenWrt.org
|
|
|
#
|
|
|
#
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
# See /LICENSE for more information.
|
|
|
# See /LICENSE for more information.
|
|
@ -8,12 +8,12 @@ |
|
|
include $(TOPDIR)/rules.mk |
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NAME:=htop |
|
|
PKG_NAME:=htop |
|
|
PKG_VERSION:=2.0.1 |
|
|
|
|
|
|
|
|
PKG_VERSION:=2.0.2 |
|
|
PKG_RELEASE:=1 |
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
PKG_SOURCE_URL:=http://hisham.hm/htop/releases/$(PKG_VERSION)/ |
|
|
PKG_SOURCE_URL:=http://hisham.hm/htop/releases/$(PKG_VERSION)/ |
|
|
PKG_MD5SUM:=f75fe92b4defaa80d99109830f34b5e2 |
|
|
|
|
|
|
|
|
PKG_MD5SUM:=7d354d904bad591a931ad57e99fea84a |
|
|
|
|
|
|
|
|
PKG_LICENSE:=GPL-2.0 |
|
|
PKG_LICENSE:=GPL-2.0 |
|
|
PKG_LICENSE_FILES:=COPYING |
|
|
PKG_LICENSE_FILES:=COPYING |
|
|