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/python3-netcdf4-python/python3-netcdf4-python.SlackBuild | |
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/python3-netcdf4-python/python3-netcdf4-python.SlackBuild')
-rw-r--r-- | gis/python3-netcdf4-python/python3-netcdf4-python.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gis/python3-netcdf4-python/python3-netcdf4-python.SlackBuild b/gis/python3-netcdf4-python/python3-netcdf4-python.SlackBuild index 41b2de294f12..908be04c4e58 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 |