runc: update to 1.2.4

This commit is contained in:
Rudi Heitbaum 2025-01-07 21:48:28 +00:00
parent 2e453e42d8
commit bb7db32b13

View File

@ -3,8 +3,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="runc"
PKG_VERSION="1.2.3"
PKG_SHA256="b12ba86441c259225374640db1cbf915168a04d94e471ec936684df2f05423a0"
PKG_VERSION="1.2.4"
PKG_SHA256="9785c144c97974b52b6091b7a79168b73681ff574bc8438b44f3f5f8c112f171"
PKG_LICENSE="APL"
PKG_SITE="https://github.com/opencontainers/runc"
PKG_URL="https://github.com/opencontainers/runc/archive/v${PKG_VERSION}.tar.gz"
@ -13,7 +13,7 @@ PKG_LONGDESC="A CLI tool for spawning and running containers according to the OC
PKG_TOOLCHAIN="manual"
# Git commit of the matching release https://github.com/opencontainers/runc/releases
export PKG_GIT_COMMIT="0d37cfd4b557771e555a184d5a78d0ed4bdb79a5"
export PKG_GIT_COMMIT="6c52b3fc541fb26fe8c374d5f58112a0a5dbda66"
pre_make_target() {
go_configure