oci-runtime-tools: update to GIT HEAD of 2026-03-16

Update PKG_SOURCE_VERSION to 8a4db579f5c88af5a0d036fad34bddc9c1f703f3
(latest upstream main).

oci-runtime-tools is a rolling release without versioned upstream
releases. The new commit brings updated runtime-spec dependencies
and bug fixes accumulated since November 2024.

Link: https://github.com/opencontainers/runtime-tools/compare/f7e3563b...8a4db579
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle
2026-05-08 18:29:11 +01:00
parent fc501deaf1
commit 9f2cd32c75
+3 -3
View File
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=oci-runtime-tools
PKG_VERSION:=1.1.0.20241108
PKG_VERSION:=1.3.0.20260316
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:=f7e3563b0271e5cd52d5c915684ea11ef2779572
PKG_MIRROR_HASH:=a4f11db65a85d30af565b5aebdd72acb37e7d2f776f5e37de9a2f9b5562952b8
PKG_SOURCE_VERSION:=8a4db579f5c88af5a0d036fad34bddc9c1f703f3
PKG_MIRROR_HASH:=9a7eb014afbef68a9e51ab05b363064984e24b522aca38ab12e108f4467a177c
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>