containerd: updated to v1.3.7

This commit is contained in:
heitbaum 2020-11-08 07:03:24 +00:00
parent 22fa0cebcb
commit 70a7e56daa

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="1.2.8" PKG_VERSION="1.3.7"
PKG_SHA256="6165ae2ad669d9ec6d317492d30a1511365bd31ad29efae757f19c1828bf75b3" PKG_SHA256="d30d59e143697aa4f0960205b3f5ac59c573b332f20507740ef2dc0fb5ae8ded"
PKG_LICENSE="APL" PKG_LICENSE="APL"
PKG_SITE="https://containerd.tools/" PKG_SITE="https://containerd.tools/"
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
PKG_GIT_COMMIT="a4bc1d432a2c33aa2eed37f338dceabb93641310" PKG_GIT_COMMIT="8fba4e9a7d01810a393d5d25a3621dc101981175"
pre_make_target() { pre_make_target() {