From 8f3a94645df07996d5e1a8f26d1c4355bf2928c3 Mon Sep 17 00:00:00 2001 From: Milinda Brantini Date: Sun, 23 Jun 2024 16:09:02 +0800 Subject: [PATCH] containerd: Update to 1.7.18 Signed-off-by: Milinda Brantini --- utils/containerd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/containerd/Makefile b/utils/containerd/Makefile index 48f074d39e..bd641db3bb 100644 --- a/utils/containerd/Makefile +++ b/utils/containerd/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=containerd -PKG_VERSION:=1.7.15 +PKG_VERSION:=1.7.18 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:=2dc491434b182334b51350f810ed68ace3624c8a2d6e1eac490d93c653498a33 +PKG_HASH:=91685cebd50e3f353a402adadf61e2a6aeda3f63754fa0fcc978a043e00acac4 PKG_MAINTAINER:=Gerard Ryan -- 2.30.2