From eb426b3322e36ed82265ac78e24f73bd1d1454eb Mon Sep 17 00:00:00 2001 From: Javier Marcet Date: Tue, 29 Mar 2022 15:02:24 +0200 Subject: [PATCH] ctop: update to 0.7.7 - Adds uptime column - CPU bar color thresholds update - Updated container status icons - Optimize health status event handling - Adds ppc64le build - Adds "open in browser" menu option - Fix CPU count estimation Signed-off-by: Javier Marcet --- utils/ctop/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/ctop/Makefile b/utils/ctop/Makefile index 28fcf92675..69268008b7 100644 --- a/utils/ctop/Makefile +++ b/utils/ctop/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ctop -PKG_VERSION:=0.7.6 +PKG_VERSION:=0.7.7 PKG_RELEASE:=1 PKG_SOURCE:=v$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/bcicen/ctop/archive -PKG_HASH:=8ef76a7d4d725f750a5d8a6ee330e81b3b845a91fbd50ae3e746cead74736391 +PKG_HASH:=0db439f2030af73ad5345884b08a33a762c3b41b30604223dd0ebddde72d2741 PKG_MAINTAINER:=Javier Marcet PKG_LICENSE:=MIT -- 2.30.2