diff options
author | ArTourter <artourter@gmail.com> | 2024-07-20 23:27:25 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-23 23:38:39 +0700 |
commit | 0ef6b248d8cc45e0a9bc25e75200198c10dfb57b (patch) | |
tree | 866b54fa3f021bd5930de65dca377ad71f0ba714 /academic | |
parent | c752868f06ca122818de6955708b2b2d445cdd6a (diff) |
academic/cdo: Updated for version 2.4.2.
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r-- | academic/cdo/cdo.SlackBuild | 2 | ||||
-rw-r--r-- | academic/cdo/cdo.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/academic/cdo/cdo.SlackBuild b/academic/cdo/cdo.SlackBuild index 391849b54d92..2550ecd7f542 100644 --- a/academic/cdo/cdo.SlackBuild +++ b/academic/cdo/cdo.SlackBuild @@ -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} diff --git a/academic/cdo/cdo.info b/academic/cdo/cdo.info index 3278317b4707..c429d908c870 100644 --- a/academic/cdo/cdo.info +++ b/academic/cdo/cdo.info @@ -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" |