diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-11-19 02:07:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-11-19 02:07:58 +0700 |
commit | f0f71ca44d050181de1cb5ce7d92dfaf177d182e (patch) | |
tree | c4980c51014e8939878b31ba9ecd7ba69ab67f54 /system/containerd/containerd.SlackBuild | |
parent | 9f2b3b52ba42a2bbf881f1a34be8dbc847f51f19 (diff) |
system/containerd: Updated for version 1.5.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/containerd/containerd.SlackBuild')
-rw-r--r-- | system/containerd/containerd.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/containerd/containerd.SlackBuild b/system/containerd/containerd.SlackBuild index 0fc1675064399..912b0fd226db0 100644 --- a/system/containerd/containerd.SlackBuild +++ b/system/containerd/containerd.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=containerd -VERSION=${VERSION:-1.5.7} +VERSION=${VERSION:-1.5.8} GITHASH=${GITHASH:-05f951a3781f4f2c1911b05e61c160e9c30eaa8e} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |