From: Gerard Ryan Date: Sun, 31 Dec 2023 06:12:55 +0000 (+1000) Subject: runc: Update to 1.1.12 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a364026b2e4943fc16734432569e4ff299ff07a3;p=openwrt-packages.git runc: Update to 1.1.12 Signed-off-by: Gerard Ryan --- diff --git a/utils/runc/Makefile b/utils/runc/Makefile index f1ef91789..5362baa49 100644 --- a/utils/runc/Makefile +++ b/utils/runc/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=runc -PKG_VERSION:=1.1.9 +PKG_VERSION:=1.1.12 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:=509993674481aad7e14aedfb280e0eb160f3a34c0b77e2e98c4b3c0b1df76894 +PKG_HASH:=be31b07d6a54a8f234016501c300ad04b6c428c56588e7eca8c3b663308db208 PKG_MAINTAINER:=Gerard Ryan