containerd: update to 1.6.5

This commit is contained in:
heitbaum 2021-10-09 11:17:47 +11:00 committed by Rudi Heitbaum
parent 98b9aa2526
commit 64e30188eb

View File

@ -3,17 +3,17 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="containerd"
PKG_VERSION="1.5.6"
PKG_SHA256="144612f9400c2fc52b2abc7b1ef33bf708d322dad9b3afdc1ae9d02fa034753b"
PKG_VERSION="1.6.5"
PKG_SHA256="f7fe74839b470a38230fac0a3c51c387cdd6846692bce00eec530bbe5ff0a86f"
PKG_LICENSE="APL"
PKG_SITE="https://containerd.tools/"
PKG_SITE="https://containerd.io"
PKG_URL="https://github.com/containerd/containerd/archive/v${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain go:host"
PKG_LONGDESC="A daemon to control runC, built for performance and density."
PKG_TOOLCHAIN="manual"
# Git commit of the matching release https://github.com/containerd/containerd/releases
PKG_GIT_COMMIT="1a1b383ad5b520349f13f9715e0cd1e2f132c087"
PKG_GIT_COMMIT="8686ededfc90076914c5238eb96c883ea093a8ba"
pre_make_target() {