From aef7c20b23def415570a4cc2fc9accef7978c4b9 Mon Sep 17 00:00:00 2001 From: gitea-action Date: Fri, 8 Aug 2025 08:11:14 +0800 Subject: [PATCH] containerd: Update to 1.6.9 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a6583b1..0f2b73d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=containerd -PKG_VERSION:=1.7.28 +PKG_VERSION:=1.6.9 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:=546aa9fdb04a0cd40a5cbc5c931c269d42522d473abd7234b98d98e63316ed9b +PKG_HASH:=a034b2273533207d5d96bef8bd3fce1efff85139815efb756d90c705ae1a05ce PKG_MAINTAINER:=Gerard Ryan