oci-runtime-tools: update to GIT HEAD of 2024-11-08
authorDaniel Golle <daniel@makrotopia.org>
Fri, 27 Sep 2024 14:25:07 +0000 (15:25 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Mon, 10 Feb 2025 19:19:16 +0000 (19:19 +0000)
Bumps OCI runtime spec to version 1.1.0.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
utils/oci-runtime-tools/Makefile

index 967ac4f830643f30609f4e7892648a2743e3e6b8..310076359c8753853c05c4d17c66ee104facfa1b 100644 (file)
@@ -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 <daniel@makrotopia.org>