diff options
author | ArTourter <artourter@gmail.com> | 2022-11-24 00:32:27 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-24 22:20:07 +0700 |
commit | 35128508c937d122aad6f4b04f9563ab632885b5 (patch) | |
tree | 75b4260b1b02a08f2ae93a74418abd6f33cef654 /gis | |
parent | c01370c519843c8fe45ec9a0661833887e0beb26 (diff) |
gis/python3-netcdf4-python: Updated for version 1.6.2.
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r-- | gis/python3-netcdf4-python/python3-netcdf4-python.SlackBuild | 4 | ||||
-rw-r--r-- | gis/python3-netcdf4-python/python3-netcdf4-python.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gis/python3-netcdf4-python/python3-netcdf4-python.SlackBuild b/gis/python3-netcdf4-python/python3-netcdf4-python.SlackBuild index 41b2de294f123..908be04c4e586 100644 --- a/gis/python3-netcdf4-python/python3-netcdf4-python.SlackBuild +++ b/gis/python3-netcdf4-python/python3-netcdf4-python.SlackBuild @@ -25,13 +25,13 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-netcdf4-python -VERSION=${VERSION:-1.6.0} +VERSION=${VERSION:-1.6.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} SRCNAM=netcdf4-python -SRCVER=${VERSION}rel +SRCVER=${VERSION} if [ -z "$ARCH" ]; then case "$( uname -m )" in diff --git a/gis/python3-netcdf4-python/python3-netcdf4-python.info b/gis/python3-netcdf4-python/python3-netcdf4-python.info index f52381575f77e..199da885b746f 100644 --- a/gis/python3-netcdf4-python/python3-netcdf4-python.info +++ b/gis/python3-netcdf4-python/python3-netcdf4-python.info @@ -1,8 +1,8 @@ PRGNAM="python3-netcdf4-python" -VERSION="1.6.0" +VERSION="1.6.2" HOMEPAGE="http://unidata.github.io/netcdf4-python/" -DOWNLOAD="https://github.com/Unidata/netcdf4-python/archive/v1.6.0rel/netcdf4-python-1.6.0rel.tar.gz" -MD5SUM="35f3ecc484136f14615c7cf6f45d7f8e" +DOWNLOAD="https://github.com/Unidata/netcdf4-python/archive/v1.6.2/netcdf4-python-1.6.2.tar.gz" +MD5SUM="8a1dd0489bc56a982014b0dc86d1f3c2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="netcdf python3-cftime" |