diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-12-31 14:11:16 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-06 22:15:19 +0700 |
commit | 4746e34b4b558861d9a8114e17ca9851969d1366 (patch) | |
tree | b9bdb012e39b3d44fe0c113beb99c8a6e50ac928 /system/containerd | |
parent | d6de58d09c90b2ad0a41f5f43a3ca2aac6b86a39 (diff) |
system/containerd: Updated for version 1.6.13.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/containerd')
-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 9762f58d391f8..2096d42326f73 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.9} -GITHASH=${GITHASH:-212e8b6fa2f44b9c21b2798135fc6fb7c53efc16} +VERSION=${VERSION:-1.6.13} +GITHASH=${GITHASH:-78f51771157abb6c9ed224c22013cdf09962315d} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/containerd/containerd.info b/system/containerd/containerd.info index 2b172c6f8eada..f0a7495bac02e 100644 --- a/system/containerd/containerd.info +++ b/system/containerd/containerd.info @@ -1,10 +1,10 @@ PRGNAM="containerd" -VERSION="1.6.9" +VERSION="1.6.13" HOMEPAGE="https://containerd.io/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/containerd/containerd/archive/v1.6.9/containerd-1.6.9.tar.gz" -MD5SUM_x86_64="917e28b4fd2e5684c89e1b01210ea2a5" +DOWNLOAD_x86_64="https://github.com/containerd/containerd/archive/v1.6.13/containerd-1.6.13.tar.gz" +MD5SUM_x86_64="448408aac9dee00e9c165330f5467488" REQUIRES="runc" MAINTAINER="Audrius Kažukauskas" EMAIL="audrius@neutrino.lt" |