mirror of https://github.com/openwrt/packages.git
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 <javier@marcet.info>pull/18186/head
parent
b33c5dbd06
commit
eb426b3322
|
@ -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 <javier@marcet.info>
|
||||
PKG_LICENSE:=MIT
|
||||
|
|
Loading…
Reference in New Issue