diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-25 07:41:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-27 08:16:16 +0700 |
commit | 731c70aeff8c2b3c230bb37d099d6ed609ac425e (patch) | |
tree | 3bef4d354087c262dfbf531e547ab28305631726 /system/containerd | |
parent | de84b8a9955f897c86144da57382ba6486188244 (diff) |
system/containerd: Updated for version 1.7.20.
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 | 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 71d63374d346b..b098136ed050d 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.14} -GITHASH=${GITHASH:-dcf2847247e18caba8dce86522029642f60fe96b} +VERSION=${VERSION:-1.7.20} +GITHASH=${GITHASH:-8fc6bcff51318944179630522a095cc9dbf9f353} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/containerd/containerd.info b/system/containerd/containerd.info index 218890f33f7e5..cbd0382a49027 100644 --- a/system/containerd/containerd.info +++ b/system/containerd/containerd.info @@ -1,10 +1,10 @@ PRGNAM="containerd" -VERSION="1.7.14" +VERSION="1.7.20" HOMEPAGE="https://containerd.io/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/containerd/containerd/archive/v1.7.14/containerd-1.7.14.tar.gz" -MD5SUM_x86_64="6aac366573fcfbb9e85ed135feab2204" +DOWNLOAD_x86_64="https://github.com/containerd/containerd/archive/v1.7.20/containerd-1.7.20.tar.gz" +MD5SUM_x86_64="e3c87f6c2eb43d6531ae6219c6263f79" REQUIRES="runc" MAINTAINER="Audrius Kažukauskas" EMAIL="audrius@neutrino.lt" |