academic/cdo: Updated for version 2.4.2.

Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
ArTourter 2024-07-20 23:27:25 +01:00 committed by Willy Sudiarto Raharjo
parent c752868f06
commit 0ef6b248d8
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.4.1}
VERSION=${VERSION:-2.4.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="cdo"
VERSION="2.4.1"
VERSION="2.4.2"
HOMEPAGE="https://code.mpimet.mpg.de/projects/cdo"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://code.mpimet.mpg.de/attachments/download/29421/cdo-2.4.1.tar.gz"
MD5SUM_x86_64="e25f9440a08c4c1fd6f99e1359c21d0e"
DOWNLOAD_x86_64="https://code.mpimet.mpg.de/attachments/download/29481/cdo-2.4.2.tar.gz"
MD5SUM_x86_64="4784f8fbb48b269c7c340c6467795b64"
REQUIRES="proj udunits netcdf eccodes"
MAINTAINER="ArTourter"
EMAIL="artourter@gmail.com"