diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-23 09:54:15 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-28 08:22:43 +0700 |
commit | 00181aeecf3605c40ea7be551aa16869b4ab043e (patch) | |
tree | f66541a7d45680c0aa2e07d7847514a5225216ac /system/containerd | |
parent | 3201311a03bcf6c7793208e5aae0c5c6189e6eb9 (diff) |
system/containerd: Updated for version 1.6.15.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'system/containerd')
-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 2096d42326f73..9fd21e0b551e5 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.13} +VERSION=${VERSION:-1.6.15} GITHASH=${GITHASH:-78f51771157abb6c9ed224c22013cdf09962315d} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/containerd/containerd.info b/system/containerd/containerd.info index f0a7495bac02e..93dccb9571871 100644 --- a/system/containerd/containerd.info +++ b/system/containerd/containerd.info @@ -1,10 +1,10 @@ PRGNAM="containerd" -VERSION="1.6.13" +VERSION="1.6.15" HOMEPAGE="https://containerd.io/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/containerd/containerd/archive/v1.6.13/containerd-1.6.13.tar.gz" -MD5SUM_x86_64="448408aac9dee00e9c165330f5467488" +DOWNLOAD_x86_64="https://github.com/containerd/containerd/archive/v1.6.15/containerd-1.6.15.tar.gz" +MD5SUM_x86_64="0a044b7cc317ff2e7910bd880561ca77" REQUIRES="runc" MAINTAINER="Audrius Kažukauskas" EMAIL="audrius@neutrino.lt" |