From 974d1e477bc657aabf860a3779ecbb65f31b9056 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 12 Oct 2022 18:54:37 +0000 Subject: containerd: update to 1.6.8 --- containerd/build/containerd.SlackBuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'containerd') 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 # * Update. +# 1.6.8-1: 12/oct/2022 by Eric Hameleers +# * 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} -- cgit v1.2.3