diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-16 22:26:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-21 08:25:34 +0700 |
commit | bb5c51a7cc5fc2c76887acaa2c39fb56bbf88c58 (patch) | |
tree | 314dfba9438a74ff30cf5dc8b0b55f7a5dfab99e /system/containerd/containerd.SlackBuild | |
parent | aef9aa7071f3b3d8cfe8db2c7cecbe8738bf1cc2 (diff) |
system/containerd: Updated for version 1.6.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/containerd/containerd.SlackBuild')
-rw-r--r-- | system/containerd/containerd.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/system/containerd/containerd.SlackBuild b/system/containerd/containerd.SlackBuild index 912b0fd226db0..5e2e96ceba825 100644 --- a/system/containerd/containerd.SlackBuild +++ b/system/containerd/containerd.SlackBuild @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=containerd -VERSION=${VERSION:-1.5.8} -GITHASH=${GITHASH:-05f951a3781f4f2c1911b05e61c160e9c30eaa8e} +VERSION=${VERSION:-1.6.4} +GITHASH=${GITHASH:-212e8b6fa2f44b9c21b2798135fc6fb7c53efc16} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 |