diff options
author | Etienne CHAMPETIER <champetier.etienne@gmail.com> | 2017-01-22 19:48:14 -0800 |
---|---|---|
committer | Etienne CHAMPETIER <champetier.etienne@gmail.com> | 2017-03-04 09:32:28 -0800 |
commit | b2f87f62ac534262ab7cb57205030854d650b559 (patch) | |
tree | b9e58077720c6c67e08fd4fbca19ecf168047b07 /admin/htop/Makefile | |
parent | 9965c527c26c5c6ab4f20fa734f0abca8f2e8ae7 (diff) |
htop: use PKG_HASH
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
Diffstat (limited to 'admin/htop/Makefile')
-rw-r--r-- | admin/htop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/htop/Makefile b/admin/htop/Makefile index 010f36dbf..d45b3d937 100644 --- a/admin/htop/Makefile +++ b/admin/htop/Makefile @@ -13,7 +13,7 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://hisham.hm/htop/releases/$(PKG_VERSION)/ -PKG_MD5SUM:=7d354d904bad591a931ad57e99fea84a +PKG_HASH:=179be9dccb80cee0c5e1a1f58c8f72ce7b2328ede30fb71dcdf336539be2f487 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING |