summaryrefslogtreecommitdiffstats
path: root/containerd
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2022-10-12 18:54:37 +0000
committer Eric Hameleers <alien@slackware.com>2022-10-12 18:54:37 +0000
commit974d1e477bc657aabf860a3779ecbb65f31b9056 (patch)
treed3ed3def8d96b029335d6a56fbd3f56ef6196b34 /containerd
parent7431bf1c3ba3a2d927fd0aae30658572964cc596 (diff)
downloadasb-974d1e477bc657aabf860a3779ecbb65f31b9056.tar.gz
asb-974d1e477bc657aabf860a3779ecbb65f31b9056.tar.xz
containerd: update to 1.6.8
Diffstat (limited to 'containerd')
-rwxr-xr-xcontainerd/build/containerd.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/containerd/build/containerd.SlackBuild b/containerd/build/containerd.SlackBuild
index bf6b75c1..27044b9a 100755
--- a/containerd/build/containerd.SlackBuild
+++ b/containerd/build/containerd.SlackBuild
@@ -37,6 +37,8 @@
# * Initial build.
# 1.6.4-1: 19/may/2022 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 1.6.8-1: 12/oct/2022 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 .
@@ -45,9 +47,9 @@
# -----------------------------------------------------------------------------
PRGNAM=containerd
-VERSION=${VERSION:-1.6.4}
+VERSION=${VERSION:-1.6.8}
# For the release hash, see https://github.com/containerd/containerd/releases
-GIT_COMMIT=${GIT_COMMIT:-212e8b6}
+GIT_COMMIT=${GIT_COMMIT:-9cd3357}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}