diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2024-02-05 22:08:46 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-07 23:26:19 +0700 |
commit | 429ff611e84d934200d2df5f19210f6efa0269a5 (patch) | |
tree | c59f2519b99f28ce790f67fade65dfd999c46b8f /system/containerd | |
parent | 5f21c7aad6ae529b50c10447f6258989b1e27f33 (diff) |
system/containerd: Updated for version 1.7.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 2b1087c8a1d4f..d7fba936b068b 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.7.6} -GITHASH=${GITHASH:-091922f03c2762540fd057fba91260237ff86acb} +VERSION=${VERSION:-1.7.13} +GITHASH=${GITHASH:-7c3aca7a610df76212171d200ca3811ff6096eb8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/containerd/containerd.info b/system/containerd/containerd.info index f8d3ed122b05b..9ada792790789 100644 --- a/system/containerd/containerd.info +++ b/system/containerd/containerd.info @@ -1,10 +1,10 @@ PRGNAM="containerd" -VERSION="1.7.6" +VERSION="1.7.13" HOMEPAGE="https://containerd.io/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/containerd/containerd/archive/v1.7.6/containerd-1.7.6.tar.gz" -MD5SUM_x86_64="64d58c38d9029c0dada8748a2b0c6215" +DOWNLOAD_x86_64="https://github.com/containerd/containerd/archive/v1.7.13/containerd-1.7.13.tar.gz" +MD5SUM_x86_64="a678f360eddf6bf0f9f1eac77cb79901" REQUIRES="runc" MAINTAINER="Audrius Kažukauskas" EMAIL="audrius@neutrino.lt" |