From 5891453aae9e551234014918eca5f7da8e9f2763 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Fri, 27 Sep 2024 15:25:07 +0100 Subject: [PATCH] oci-runtime-tools: update to GIT HEAD of 2024-11-08 Bumps OCI runtime spec to version 1.1.0. Signed-off-by: Daniel Golle --- utils/oci-runtime-tools/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/oci-runtime-tools/Makefile b/utils/oci-runtime-tools/Makefile index 967ac4f830..310076359c 100644 --- a/utils/oci-runtime-tools/Makefile +++ b/utils/oci-runtime-tools/Makefile @@ -1,8 +1,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=oci-runtime-tools -PKG_VERSION:=1.0.0.20210326 -PKG_RELEASE:=4 +PKG_VERSION:=1.1.0.20241108 +PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE @@ -10,8 +10,8 @@ PKG_SOURCE_PROTO:=git PKG_SOURCE_NAME:=runtime-tools PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/opencontainers/runtime-tools.git -PKG_SOURCE_VERSION:=59cdde06764be8d761db120664020f0415f36045 -PKG_MIRROR_HASH:=661cb4664f45a169ca4f8e33fd00b69734328c7fb8c3880a48c7a67105bc8520 +PKG_SOURCE_VERSION:=f7e3563b0271e5cd52d5c915684ea11ef2779572 +PKG_MIRROR_HASH:=a4f11db65a85d30af565b5aebdd72acb37e7d2f776f5e37de9a2f9b5562952b8 PKG_MAINTAINER:=Daniel Golle -- 2.30.2