From: Daniel Golle Date: Sun, 20 Dec 2020 19:05:37 +0000 (+0000) Subject: conmon: update to version 2.0.22 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=e66d6daa17c9ef85dae184a5e6f77d6ae7e61d09;p=openwrt-packages.git conmon: update to version 2.0.22 Signed-off-by: Daniel Golle --- diff --git a/utils/conmon/Makefile b/utils/conmon/Makefile index e232684ec..48a7f8dd3 100644 --- a/utils/conmon/Makefile +++ b/utils/conmon/Makefile @@ -1,14 +1,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=conmon -PKG_VERSION:=2.0.21 +PKG_VERSION:=2.0.22 PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/containers/$(PKG_NAME)/archive/v$(PKG_VERSION) -PKG_HASH:=03c357c2ee35317e781111d59c4f3fb34033e77a17a8f4221f2ed6d3bcc10c25 +PKG_HASH:=41181db43c544cdd1a31aa851286e8c09a825879656f00f6adde431830893983 PKG_MAINTAINER:=Daniel Golle