diff options
author | ArTourter <artourter@gmail.com> | 2022-01-15 17:56:26 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-17 08:50:33 +0700 |
commit | a94470e7ca0b0616aa3ca16aa62b12db527e38de (patch) | |
tree | d181819b8d481d6e1be51312cf0a073f17812534 | |
parent | 4e5e64fbce2c464ac2d22f474b6d2e2a8cd52973 (diff) |
academic/cdo: Updated for version 2.0.3
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | academic/cdo/cdo.SlackBuild | 4 | ||||
-rw-r--r-- | academic/cdo/cdo.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/academic/cdo/cdo.SlackBuild b/academic/cdo/cdo.SlackBuild index 052bb4677302..5e4c02b0abee 100644 --- a/academic/cdo/cdo.SlackBuild +++ b/academic/cdo/cdo.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for cdo -# Copyright 2020-2021 Gregory J. L. Tourte <artourter@gmail.com> +# Copyright 2020-2022 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:-2.0.2} +VERSION=${VERSION:-2.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/academic/cdo/cdo.info b/academic/cdo/cdo.info index ff7e8ce424db..589bf96e1c52 100644 --- a/academic/cdo/cdo.info +++ b/academic/cdo/cdo.info @@ -1,8 +1,8 @@ PRGNAM="cdo" -VERSION="2.0.2" +VERSION="2.0.3" HOMEPAGE="https://code.mpimet.mpg.de/projects/cdo" -DOWNLOAD="https://code.mpimet.mpg.de/attachments/download/26654/cdo-2.0.2.tar.gz" -MD5SUM="de6d7f8105d69cb47e52eb02a73b7474" +DOWNLOAD="https://code.mpimet.mpg.de/attachments/download/26676/cdo-2.0.3.tar.gz" +MD5SUM="e040a95b531c70aed44a8a77c353302a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="proj udunits netcdf" |