mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/netcdf: Updated for version 4.6.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
083f35eccc
commit
978445b21a
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
PRGNAM=netcdf
|
||||
SRCNAM=netcdf-c
|
||||
VERSION=${VERSION:-4.5.0}
|
||||
VERSION=${VERSION:-4.6.0}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="netcdf"
|
||||
VERSION="4.5.0"
|
||||
VERSION="4.6.0"
|
||||
HOMEPAGE="https://www.unidata.ucar.edu/software/netcdf/"
|
||||
DOWNLOAD="https://github.com/Unidata/netcdf-c/archive/v4.5.0/netcdf-c-4.5.0.tar.gz"
|
||||
MD5SUM="a523ad253bd832efa632847940c2317e"
|
||||
DOWNLOAD="https://github.com/Unidata/netcdf-c/archive/v4.6.0/netcdf-c-4.6.0.tar.gz"
|
||||
MD5SUM="a0268d3afe99cf202986b6dbe86c2f04"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="hdf5"
|
||||
|
|
Loading…
Reference in a new issue