diff options
author | David Spencer <baildon.research@googlemail.com> | 2015-02-21 10:14:40 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-28 11:38:40 +0700 |
commit | 2af94a1a4a81fec3901589bb6ad71030a550d2a8 (patch) | |
tree | 8001c8f8657fa882da92dc5bee74cd16fdd35076 | |
parent | 738a20b3fb842d75fc0db31a9323021fefc17eed (diff) |
libraries/netcdf: Updated for version 4.3.3.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
-rw-r--r-- | libraries/netcdf/netcdf.SlackBuild | 8 | ||||
-rw-r--r-- | libraries/netcdf/netcdf.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/libraries/netcdf/netcdf.SlackBuild b/libraries/netcdf/netcdf.SlackBuild index 6e92a5f0c795..3c4ec1a867e7 100644 --- a/libraries/netcdf/netcdf.SlackBuild +++ b/libraries/netcdf/netcdf.SlackBuild @@ -25,7 +25,7 @@ # Maintained by David Spencer <baildon.research@googlemail.com> PRGNAM=netcdf -VERSION=${VERSION:-4.3.2} +VERSION=${VERSION:-4.3.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -66,10 +66,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ diff --git a/libraries/netcdf/netcdf.info b/libraries/netcdf/netcdf.info index ec504ad25100..391b400089fc 100644 --- a/libraries/netcdf/netcdf.info +++ b/libraries/netcdf/netcdf.info @@ -1,8 +1,8 @@ PRGNAM="netcdf" -VERSION="4.3.2" +VERSION="4.3.3" HOMEPAGE="http://www.unidata.ucar.edu/software/netcdf/" -DOWNLOAD="ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-4.3.2.tar.gz" -MD5SUM="2fd2365e1fe9685368cd6ab0ada532a0" +DOWNLOAD="ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-4.3.3.tar.gz" +MD5SUM="5fbd0e108a54bd82cb5702a73f56d2ae" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |