diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-05-13 09:50:30 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-20 11:17:18 +0700 |
commit | f80725c7fd5be98f6336bb76f77543e4970bde16 (patch) | |
tree | bd54c6689692f6831158d8570b8ee009b8ce5310 /system | |
parent | 92f76f80a8adbe5f6ae8d43b8258d3462f60f4fd (diff) |
system/containerd: Updated for version 1.6.21
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 bbb71e3cdeae..da57280e14e1 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.19} -GITHASH=${GITHASH:-1e1ea6e986c6c86565bc33d52e34b81b3e2bc71f} +VERSION=${VERSION:-1.6.21} +GITHASH=${GITHASH:-3dce8eb055cbb6872793272b4f20ed16117344f8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/containerd/containerd.info b/system/containerd/containerd.info index 9b481870877b..6e6990dd85c2 100644 --- a/system/containerd/containerd.info +++ b/system/containerd/containerd.info @@ -1,10 +1,10 @@ PRGNAM="containerd" -VERSION="1.6.19" +VERSION="1.6.21" HOMEPAGE="https://containerd.io/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/containerd/containerd/archive/v1.6.19/containerd-1.6.19.tar.gz" -MD5SUM_x86_64="5bb1d20d89480f6b8449ff252113a68b" +DOWNLOAD_x86_64="https://github.com/containerd/containerd/archive/v1.6.21/containerd-1.6.21.tar.gz" +MD5SUM_x86_64="08ae49ed543e970becd6f2bf4ece0040" REQUIRES="runc" MAINTAINER="Audrius Kažukauskas" EMAIL="audrius@neutrino.lt" |