diff options
author | Ebben Aries <earies@dscp.org> | 2024-11-15 08:24:24 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-16 08:47:19 +0700 |
commit | 6b0a80f0c043cdd8c2e4b8dbae8c3b957c3d82ee (patch) | |
tree | 7863be908220ba008b1247084d637c439082ff75 /system/nerdctl/nerdctl.SlackBuild | |
parent | 62ec7459bd983607607b2f3bce3995a1f84ad8c0 (diff) |
system/nerdctl: Updated for version 2.0.0
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 9aa836cf70..f847afbda3 100644 --- a/system/nerdctl/nerdctl.SlackBuild +++ b/system/nerdctl/nerdctl.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=nerdctl -VERSION=${VERSION:-1.7.7} +VERSION=${VERSION:-2.0.0} GITHASH=${GITHASH:-845e989f69d25b420ae325fedc8e70186243fd93} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |