summaryrefslogtreecommitdiffstats
path: root/containerd
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2023-07-03 18:52:37 +0000
committer Eric Hameleers <alien@slackware.com>2023-07-03 18:52:37 +0000
commit0b4c97f5a76e59d9fee2efc7f1d075d35415686f (patch)
tree27d89b75932f7b90715a912d6a3b60ecc30feed8 /containerd
parentb2d5dfb06eebec51f3802b10f3c330915eac0ab6 (diff)
downloadasb-0b4c97f5a76e59d9fee2efc7f1d075d35415686f.tar.gz
asb-0b4c97f5a76e59d9fee2efc7f1d075d35415686f.tar.xz
containerd: update to 1.6.21
Diffstat (limited to 'containerd')
-rwxr-xr-xcontainerd/build/containerd.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/containerd/build/containerd.SlackBuild b/containerd/build/containerd.SlackBuild
index 27044b9a..061a6fe7 100755
--- a/containerd/build/containerd.SlackBuild
+++ b/containerd/build/containerd.SlackBuild
@@ -2,7 +2,7 @@
# $Id$
# Copyright 2016 Asaf Ohayon <asaf@sysbind.co.il>
# Copyright 2017-2021 Audrius Kazukauskas <audrius@neutrino.lt>
-# Copyright 2022 Eric Hameleers <alien@slackware.com>
+# Copyright 2022, 2023 Eric Hameleers <alien@slackware.com>
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -39,6 +39,8 @@
# * Update.
# 1.6.8-1: 12/oct/2022 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 1.6.21-1: 03/jul/2023 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh containerd.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -47,9 +49,9 @@
# -----------------------------------------------------------------------------
PRGNAM=containerd
-VERSION=${VERSION:-1.6.8}
+VERSION=${VERSION:-1.6.21}
# For the release hash, see https://github.com/containerd/containerd/releases
-GIT_COMMIT=${GIT_COMMIT:-9cd3357}
+GIT_COMMIT=${GIT_COMMIT:-"3dce8eb"}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}