summaryrefslogtreecommitdiffstats
path: root/containerd
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2022-05-19 11:22:00 +0000
committer Eric Hameleers <alien@slackware.com>2022-05-19 11:22:00 +0000
commitec094a28a445948f1e226a02fb2dd212beb64d80 (patch)
tree63d6ab3258948ecb54b948ac5c71d616933e53fb /containerd
parent2c40be8dd02780b2081171c293932c30e48767c8 (diff)
downloadasb-ec094a28a445948f1e226a02fb2dd212beb64d80.tar.gz
asb-ec094a28a445948f1e226a02fb2dd212beb64d80.tar.xz
containerd: update to 1.6.4
Diffstat (limited to 'containerd')
-rwxr-xr-xcontainerd/build/containerd.SlackBuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/containerd/build/containerd.SlackBuild b/containerd/build/containerd.SlackBuild
index 1bed67f9..bf6b75c1 100755
--- a/containerd/build/containerd.SlackBuild
+++ b/containerd/build/containerd.SlackBuild
@@ -35,6 +35,8 @@
# Changelog:
# 1.5.8-1: 04/jan/2022 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 1.6.4-1: 19/may/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 .
@@ -43,8 +45,9 @@
# -----------------------------------------------------------------------------
PRGNAM=containerd
-VERSION=${VERSION:-1.5.8}
-GIT_COMMIT=${GIT_COMMIT:-1e5ef94} # For 1.5.8 release
+VERSION=${VERSION:-1.6.4}
+# For the release hash, see https://github.com/containerd/containerd/releases
+GIT_COMMIT=${GIT_COMMIT:-212e8b6}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}
@@ -178,7 +181,7 @@ make \
GO_BUILD_FLAGS="-trimpath -mod=readonly -modcacherw" \
GOPATH="$TMP/tmp-$PRGNAM/$PRGNAM-$VERSION/build" \
2>&1 | tee $OUTPUT/make-${PRGNAM}.log
-make install DESTDIR=$PKG/usr \
+make install DESTDIR=$PKG PREFIX=/usr \
2>&1 | tee $OUTPUT/install-${PRGNAM}.log
# Add documentation: