diff options
author | ArTourter <artourter@gmail.com> | 2021-11-01 21:51:08 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-11-05 22:30:57 +0700 |
commit | 52fb0a6886f4632bd289e19800b064ca2d2e41e1 (patch) | |
tree | 22664e3a3ac0d47242b46516f4ef9f769330d757 /academic/cdo/cdo.SlackBuild | |
parent | a66dd3d1d0853887b531311625e6b7749ec5912e (diff) |
academic/cdo: Updated for version 2.0.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/cdo/cdo.SlackBuild')
-rw-r--r-- | academic/cdo/cdo.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/academic/cdo/cdo.SlackBuild b/academic/cdo/cdo.SlackBuild index 131526a3551f7..f5f4e48d12303 100644 --- a/academic/cdo/cdo.SlackBuild +++ b/academic/cdo/cdo.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for cdo -# Copyright 2020 Gregory J. L. Tourte <artourter@gmail.com> +# Copyright 2020-2021 Gregory J. L. Tourte <artourter@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=cdo -VERSION=${VERSION:-1.9.10} +VERSION=${VERSION:-2.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |