From 819c4bc0ffd04a80364ca772def4323c438dc0b7 Mon Sep 17 00:00:00 2001 From: Milinda Brantini Date: Tue, 1 Oct 2024 17:24:00 +0800 Subject: [PATCH] containerd: Update to 1.7.22 Signed-off-by: Milinda Brantini (cherry picked from commit f49b8252e62885960261ffa07a1e8058bb1eb6a4) --- utils/containerd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/containerd/Makefile b/utils/containerd/Makefile index dcb35ccdcb..4e3dd6af54 100644 --- a/utils/containerd/Makefile +++ b/utils/containerd/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=containerd -PKG_VERSION:=1.7.20 +PKG_VERSION:=1.7.22 PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE @@ -9,7 +9,7 @@ PKG_CPE_ID:=cpe:/a:linuxfoundation:containerd PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/containerd/containerd/tar.gz/v${PKG_VERSION}? -PKG_HASH:=c4268561e514a2e8322bc8cdd39113d5e164fb31c2cef76f479d683395ea9bd6 +PKG_HASH:=8c5edde741b7596af63c021429a1212bd616350ed65a7b741eeffc47e27ee9a9 PKG_MAINTAINER:=Gerard Ryan -- 2.30.2