diff options
author | ArTourter <artourter@gmail.com> | 2024-10-16 00:51:59 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-17 09:06:48 +0700 |
commit | db70c78e43ee8d868d51fe8ddfb4c6a9a14b95df (patch) | |
tree | 737532f27836ed264b0660b9f9ae15aab60f7a98 /academic | |
parent | 28aa2c0b43a446bf7046ce3ea3ba7edf10f30b81 (diff) | |
download | slackbuilds-db70c78e43ee8d868d51fe8ddfb4c6a9a14b95df.tar.gz slackbuilds-db70c78e43ee8d868d51fe8ddfb4c6a9a14b95df.tar.xz |
academic/cdo: Updated for version 2.4.4.
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 125a13de39..21555213b2 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.3} +VERSION=${VERSION:-2.4.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/academic/cdo/cdo.info b/academic/cdo/cdo.info index e332be44a3..9adb5c9ab5 100644 --- a/academic/cdo/cdo.info +++ b/academic/cdo/cdo.info @@ -1,10 +1,10 @@ PRGNAM="cdo" -VERSION="2.4.3" +VERSION="2.4.4" HOMEPAGE="https://code.mpimet.mpg.de/projects/cdo" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://code.mpimet.mpg.de/attachments/download/29616/cdo-2.4.3.tar.gz" -MD5SUM_x86_64="e307e63eb89612b819b49d5e5e1d08a0" +DOWNLOAD_x86_64="https://code.mpimet.mpg.de/attachments/download/29649/cdo-2.4.4.tar.gz" +MD5SUM_x86_64="e354d6f8efe79c36f2adb174cfd89095" REQUIRES="proj udunits netcdf eccodes" MAINTAINER="ArTourter" EMAIL="artourter@gmail.com" |