summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2023-07-17 08:55:24 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-07-29 08:13:31 +0700
commit53b47719145d979e9b766d37346e3fcce7808145 (patch)
tree5f6bddbee4520af468b898de4422d497e4419a3a
parent5a88ddf4a6e4d134378b5f23b04bb2a692b38e81 (diff)
downloadslackbuilds-53b47719145d979e9b766d37346e3fcce7808145.tar.gz
slackbuilds-53b47719145d979e9b766d37346e3fcce7808145.tar.xz
system/containerd: Updated for version 1.7.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/containerd/containerd.SlackBuild4
-rw-r--r--system/containerd/containerd.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/system/containerd/containerd.SlackBuild b/system/containerd/containerd.SlackBuild
index da57280e14..af624d2c2f 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.21}
-GITHASH=${GITHASH:-3dce8eb055cbb6872793272b4f20ed16117344f8}
+VERSION=${VERSION:-1.7.2}
+GITHASH=${GITHASH:-0cae528dd6cb557f7201036e9f43420650207b58}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/system/containerd/containerd.info b/system/containerd/containerd.info
index 6e6990dd85..fb416fca07 100644
--- a/system/containerd/containerd.info
+++ b/system/containerd/containerd.info
@@ -1,10 +1,10 @@
PRGNAM="containerd"
-VERSION="1.6.21"
+VERSION="1.7.2"
HOMEPAGE="https://containerd.io/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://github.com/containerd/containerd/archive/v1.6.21/containerd-1.6.21.tar.gz"
-MD5SUM_x86_64="08ae49ed543e970becd6f2bf4ece0040"
+DOWNLOAD_x86_64="https://github.com/containerd/containerd/archive/v1.7.2/containerd-1.7.2.tar.gz"
+MD5SUM_x86_64="12c3a32767962d3549bf18577e9a29cc"
REQUIRES="runc"
MAINTAINER="Audrius Kažukauskas"
EMAIL="audrius@neutrino.lt"