diff options
author | ArTourter <artourter@gmail.com> | 2024-05-26 22:23:30 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-27 14:04:24 +0700 |
commit | 021cde14ce24b1cfd5a321d928277c5351a0fd81 (patch) | |
tree | 3040b52a63e34f9532ff4ca9ea77f09dd2207ce9 /academic | |
parent | dea359453615449d5d762d3f7126322c1eb244c8 (diff) |
academic/cdo: Updated for version 2.4.1.
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 bc0583a4daac..391849b54d92 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.0} +VERSION=${VERSION:-2.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/academic/cdo/cdo.info b/academic/cdo/cdo.info index f3ca4cd66b4b..3278317b4707 100644 --- a/academic/cdo/cdo.info +++ b/academic/cdo/cdo.info @@ -1,10 +1,10 @@ PRGNAM="cdo" -VERSION="2.4.0" +VERSION="2.4.1" HOMEPAGE="https://code.mpimet.mpg.de/projects/cdo" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://code.mpimet.mpg.de/attachments/download/29313/cdo-2.4.0.tar.gz" -MD5SUM_x86_64="797d3c2257f73937dc95b280dd21fd8b" +DOWNLOAD_x86_64="https://code.mpimet.mpg.de/attachments/download/29421/cdo-2.4.1.tar.gz" +MD5SUM_x86_64="e25f9440a08c4c1fd6f99e1359c21d0e" REQUIRES="proj udunits netcdf eccodes" MAINTAINER="ArTourter" EMAIL="artourter@gmail.com" |