From 5158b1a694b07e5cc38428b6e66bd1af04896a7a Mon Sep 17 00:00:00 2001 From: Javier Marcet Date: Sun, 1 Nov 2020 13:39:05 +0100 Subject: [PATCH] ctop: update to v0.7.4 Signed-off-by: Javier Marcet --- utils/ctop/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/ctop/Makefile b/utils/ctop/Makefile index 3072544c7b..dcc3f6caa9 100644 --- a/utils/ctop/Makefile +++ b/utils/ctop/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ctop -PKG_VERSION:=0.7.3 -PKG_RELEASE:=2 +PKG_VERSION:=0.7.4 +PKG_RELEASE:=1 PKG_SOURCE:=v$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/bcicen/ctop/archive -PKG_HASH:=3b083b55a7cda7782e370bf03412dbf51ca4a94c1d56325ff70a1545d7a30adc +PKG_HASH:=55d9a3c6d4cddf6f1afdd52401bb709d3265a96c45fdc51bfa4223467c5d7fb1 PKG_MAINTAINER:=Javier Marcet PKG_LICENSE:=MIT