academic/cdo: Updated for version 2.3.0.

Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
ArTourter 2023-10-21 01:31:41 +01:00 committed by Willy Sudiarto Raharjo
parent 581f3123f3
commit fac047ea05
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=cdo
VERSION=${VERSION:-2.2.2}
VERSION=${VERSION:-2.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="cdo"
VERSION="2.2.2"
VERSION="2.3.0"
HOMEPAGE="https://code.mpimet.mpg.de/projects/cdo"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://code.mpimet.mpg.de/attachments/download/28882/cdo-2.2.2.tar.gz"
MD5SUM_x86_64="e8e0989e2e1d3a04c59855121d7f8225"
DOWNLOAD_x86_64="https://code.mpimet.mpg.de/attachments/download/29019/cdo-2.3.0.tar.gz"
MD5SUM_x86_64="1bbe3cde1e02def1f2eb21a75c3a0edf"
REQUIRES="proj udunits netcdf eccodes"
MAINTAINER="ArTourter"
EMAIL="artourter@gmail.com"