diff options
Diffstat (limited to 'academic')
-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 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} diff --git a/academic/cdo/cdo.info b/academic/cdo/cdo.info index 74453e1a404f3..039674b4f6ccb 100644 --- a/academic/cdo/cdo.info +++ b/academic/cdo/cdo.info @@ -1,8 +1,8 @@ PRGNAM="cdo" -VERSION="1.9.10" +VERSION="2.0.0" HOMEPAGE="https://code.mpimet.mpg.de/projects/cdo" -DOWNLOAD="https://code.mpimet.mpg.de/attachments/download/24638/cdo-1.9.10.tar.gz" -MD5SUM="dc2bd3f30ae923bac367e370270051d9" +DOWNLOAD="https://code.mpimet.mpg.de/attachments/download/26370/cdo-2.0.0.tar.gz" +MD5SUM="ee2270a5a8ac533f4e2d848f5caec5f2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="proj udunits netcdf" |