diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-03 21:03:06 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-03 21:03:06 +0700 |
commit | a85d4c61bddd3ebd67ccac38b99d6914d36d2acc (patch) | |
tree | 76d71a6b91bb9206e0313995315744aeca2d2b9b /system | |
parent | bab7485693d3623951729b23f3488e44466d7d0d (diff) | |
download | slackbuilds-a85d4c61bddd3ebd67ccac38b99d6914d36d2acc.tar.gz |
system/containerd: Updated for version 1.6.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/containerd/containerd.SlackBuild | 2 | ||||
-rw-r--r-- | system/containerd/containerd.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/containerd/containerd.SlackBuild b/system/containerd/containerd.SlackBuild index f952469ce5..9762f58d39 100644 --- a/system/containerd/containerd.SlackBuild +++ b/system/containerd/containerd.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=containerd -VERSION=${VERSION:-1.6.8} +VERSION=${VERSION:-1.6.9} GITHASH=${GITHASH:-212e8b6fa2f44b9c21b2798135fc6fb7c53efc16} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/containerd/containerd.info b/system/containerd/containerd.info index e24b6bd7bd..2b172c6f8e 100644 --- a/system/containerd/containerd.info +++ b/system/containerd/containerd.info @@ -1,10 +1,10 @@ PRGNAM="containerd" -VERSION="1.6.8" +VERSION="1.6.9" HOMEPAGE="https://containerd.io/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/containerd/containerd/archive/v1.6.8/containerd-1.6.8.tar.gz" -MD5SUM_x86_64="7f1786b89eefc1d8f989ec2a55d96faf" +DOWNLOAD_x86_64="https://github.com/containerd/containerd/archive/v1.6.9/containerd-1.6.9.tar.gz" +MD5SUM_x86_64="917e28b4fd2e5684c89e1b01210ea2a5" REQUIRES="runc" MAINTAINER="Audrius Kažukauskas" EMAIL="audrius@neutrino.lt" |