aboutsummaryrefslogtreecommitdiff
path: root/system/containerd
diff options
context:
space:
mode:
Diffstat (limited to 'system/containerd')
-rw-r--r--system/containerd/containerd.SlackBuild7
-rw-r--r--system/containerd/containerd.info6
2 files changed, 5 insertions, 8 deletions
diff --git a/system/containerd/containerd.SlackBuild b/system/containerd/containerd.SlackBuild
index 912b0fd226db0..5e2e96ceba825 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.5.8}
-GITHASH=${GITHASH:-05f951a3781f4f2c1911b05e61c160e9c30eaa8e}
+VERSION=${VERSION:-1.6.4}
+GITHASH=${GITHASH:-212e8b6fa2f44b9c21b2798135fc6fb7c53efc16}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
diff --git a/system/containerd/containerd.info b/system/containerd/containerd.info
index 1c027035e747e..d388a47c74834 100644
--- a/system/containerd/containerd.info
+++ b/system/containerd/containerd.info
@@ -1,10 +1,10 @@
PRGNAM="containerd"
-VERSION="1.5.8"
+VERSION="1.6.4"
HOMEPAGE="https://containerd.io/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://github.com/containerd/containerd/archive/v1.5.8/containerd-1.5.8.tar.gz"
-MD5SUM_x86_64="9bc4e65b254222366ff73e463926331c"
+DOWNLOAD_x86_64="https://github.com/containerd/containerd/archive/v1.6.4/containerd-1.6.4.tar.gz"
+MD5SUM_x86_64="87e57b9d2f3e902b285c25cce475b784"
REQUIRES="runc"
MAINTAINER="Audrius Kažukauskas"
EMAIL="audrius@neutrino.lt"