diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-02-08 07:01:29 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-18 10:06:41 +0700 |
commit | 6c3b19baf51f3221db54323b6781c609a94d91aa (patch) | |
tree | a2c5c6ece27daa3e1216d244f4d62f5eae08681e /system | |
parent | b6e6d0a5008d6a97df6bbd109bf783fa8d88a3c3 (diff) |
system/containerd: Updated for version 1.6.16.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/containerd/containerd.SlackBuild | 4 | ||||
-rw-r--r-- | system/containerd/containerd.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/containerd/containerd.SlackBuild b/system/containerd/containerd.SlackBuild index 9fd21e0b551e5..e5fbcdfdefb45 100644 --- a/system/containerd/containerd.SlackBuild +++ b/system/containerd/containerd.SlackBuild @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=containerd -VERSION=${VERSION:-1.6.15} -GITHASH=${GITHASH:-78f51771157abb6c9ed224c22013cdf09962315d} +VERSION=${VERSION:-1.6.16} +GITHASH=${GITHASH:-31aa4358a36870b21a992d3ad2bef29e1d693bec} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/containerd/containerd.info b/system/containerd/containerd.info index 93dccb9571871..cd715859d5f67 100644 --- a/system/containerd/containerd.info +++ b/system/containerd/containerd.info @@ -1,10 +1,10 @@ PRGNAM="containerd" -VERSION="1.6.15" +VERSION="1.6.16" HOMEPAGE="https://containerd.io/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/containerd/containerd/archive/v1.6.15/containerd-1.6.15.tar.gz" -MD5SUM_x86_64="0a044b7cc317ff2e7910bd880561ca77" +DOWNLOAD_x86_64="https://github.com/containerd/containerd/archive/v1.6.16/containerd-1.6.16.tar.gz" +MD5SUM_x86_64="d27dc23bebe6a4d26d019ec80965aa61" REQUIRES="runc" MAINTAINER="Audrius Kažukauskas" EMAIL="audrius@neutrino.lt" |