diff options
author | Ebben Aries <earies@dscp.org> | 2025-01-21 18:03:21 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-01-22 12:58:55 +0700 |
commit | 67d0d9b56d2aca0988d569bc18f41fce442c7c09 (patch) | |
tree | 4b0ac190314162b686e1090da7870b5e253f9437 /system/nerdctl/nerdctl.SlackBuild | |
parent | 8ff3b04a3c277a4ef1d36cb25473fa1082260e43 (diff) |
system/nerdctl: Updated for version 2.0.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/nerdctl/nerdctl.SlackBuild')
-rw-r--r-- | system/nerdctl/nerdctl.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/nerdctl/nerdctl.SlackBuild b/system/nerdctl/nerdctl.SlackBuild index 3e975cb38d..ca7b637706 100644 --- a/system/nerdctl/nerdctl.SlackBuild +++ b/system/nerdctl/nerdctl.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=nerdctl -VERSION=${VERSION:-2.0.2} +VERSION=${VERSION:-2.0.3} GITHASH=${GITHASH:-1220ce7ec2701d485a9b1beeea63dae3da134fb5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |