From 309a2587c0f11c7b810326aad066c80e1e4f9318 Mon Sep 17 00:00:00 2001 From: gitea-action Date: Wed, 18 Dec 2024 20:01:13 +0800 Subject: [PATCH] runc: Update to 1.2.3 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 695eddd..69307a8 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=runc -PKG_VERSION:=1.2.2 +PKG_VERSION:=1.2.3 PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE @@ -9,7 +9,7 @@ PKG_CPE_ID:=cpe:/a:linuxfoundation:runc PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/opencontainers/runc/tar.gz/v${PKG_VERSION}? -PKG_HASH:=0eabc936d481d123be92c429588f9d1de7cafd36b37a8a5085b1412e758796a1 +PKG_HASH:=b12ba86441c259225374640db1cbf915168a04d94e471ec936684df2f05423a0 PKG_MAINTAINER:=Gerard Ryan