From 2af94a1a4a81fec3901589bb6ad71030a550d2a8 Mon Sep 17 00:00:00 2001 From: David Spencer Date: Sat, 21 Feb 2015 10:14:40 +0000 Subject: libraries/netcdf: Updated for version 4.3.3. Signed-off-by: David Spencer --- libraries/netcdf/netcdf.SlackBuild | 8 ++++---- libraries/netcdf/netcdf.info | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'libraries/netcdf') diff --git a/libraries/netcdf/netcdf.SlackBuild b/libraries/netcdf/netcdf.SlackBuild index 6e92a5f0c7..3c4ec1a867 100644 --- a/libraries/netcdf/netcdf.SlackBuild +++ b/libraries/netcdf/netcdf.SlackBuild @@ -25,7 +25,7 @@ # Maintained by David Spencer 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 ec504ad251..391b400089 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="" -- cgit v1.2.3