mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
libraries/netcdf: Updated for version 4.6.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
e43a4c8463
commit
3618682fbc
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
PRGNAM=netcdf
|
||||
SRCNAM=netcdf-c
|
||||
VERSION=${VERSION:-4.6.1}
|
||||
VERSION=${VERSION:-4.6.2}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="netcdf"
|
||||
VERSION="4.6.1"
|
||||
VERSION="4.6.2"
|
||||
HOMEPAGE="https://www.unidata.ucar.edu/software/netcdf/"
|
||||
DOWNLOAD="https://github.com/Unidata/netcdf-c/archive/v4.6.1/netcdf-c-4.6.1.tar.gz"
|
||||
MD5SUM="e35e98e2478271caa8c1d8569ac9835b"
|
||||
DOWNLOAD="https://github.com/Unidata/netcdf-c/archive/v4.6.2/netcdf-c-4.6.2.tar.gz"
|
||||
MD5SUM="7d3a25ec23e1fd7c1c7cdca7aa4a498c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="hdf5"
|
||||
|
|
Loading…
Reference in a new issue