summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}