summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-23 09:54:15 +0700
committer Andrew Clemons <andrew.clemons@gmail.com>2023-01-28 09:30:34 +0900
commit76c891b0479c43edbc4ab997072f42d3c6f0fa87 (patch)
treedc520d8dbd2e6c3f123bf7c7849e81db1663e570
parent242094d7a08773fe98fa31e9d4f478a5633132ee (diff)
downloadslackbuilds-76c891b0479c43edbc4ab997072f42d3c6f0fa87.tar.gz
slackbuilds-76c891b0479c43edbc4ab997072f42d3c6f0fa87.tar.xz
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>
-rw-r--r--system/containerd/containerd.SlackBuild2
-rw-r--r--system/containerd/containerd.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/system/containerd/containerd.SlackBuild b/system/containerd/containerd.SlackBuild
index 2096d42326..9fd21e0b55 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 f0a7495bac..93dccb9571 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"