containerd: update to 2.0.1

This commit is contained in:
Rudi Heitbaum 2024-12-14 09:39:22 +00:00
parent 9ceef51c39
commit c38fa912d5

View File

@ -3,8 +3,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="containerd" PKG_NAME="containerd"
PKG_VERSION="2.0.0" PKG_VERSION="2.0.1"
PKG_SHA256="346d644e1b96e1f4a39bfe9d1eb0eb01ca676f806c12d95e5dbe35325bbc1780" PKG_SHA256="a2958e6c97dcc44d2b3fc5f1e0c5cfb267d4620b26b51ff52cbe7bd07678707d"
PKG_LICENSE="APL" PKG_LICENSE="APL"
PKG_SITE="https://containerd.io" PKG_SITE="https://containerd.io"
PKG_URL="https://github.com/containerd/containerd/archive/v${PKG_VERSION}.tar.gz" PKG_URL="https://github.com/containerd/containerd/archive/v${PKG_VERSION}.tar.gz"
@ -13,7 +13,7 @@ PKG_LONGDESC="A daemon to control runC, built for performance and density."
PKG_TOOLCHAIN="manual" PKG_TOOLCHAIN="manual"
# Git commit of the matching release https://github.com/containerd/containerd/releases # Git commit of the matching release https://github.com/containerd/containerd/releases
export PKG_GIT_COMMIT="207ad711eabd375a01713109a8a197d197ff6542" export PKG_GIT_COMMIT="88aa2f531d6c2922003cc7929e51daf1c14caa0a"
pre_make_target() { pre_make_target() {