diff options
author | LukenShiro <lukenshiro@ngi.it> | 2011-06-19 10:37:38 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-06-19 23:17:05 -0500 |
commit | 68d80670f975d33ea5532bb4ccb50c028bb32df2 (patch) | |
tree | 1bb78a8706b063a6afcbbcc01c4ae6b4bc2d1d81 /libraries | |
parent | 751327908675ecad313c8cdaf629be838601bcca (diff) |
libraries/hdf5: Updated for version 1.8.7.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/hdf5/hdf5.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/hdf5/hdf5.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/libraries/hdf5/hdf5.SlackBuild b/libraries/hdf5/hdf5.SlackBuild index c3b0ceac99d9..f935ab2998b1 100644 --- a/libraries/hdf5/hdf5.SlackBuild +++ b/libraries/hdf5/hdf5.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for hdf5 -# Copyright 2007-2010 LukenShiro <lukenshiro@ngi.it> +# Copyright 2007-2011 LukenShiro <lukenshiro@ngi.it> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=hdf5 -VERSION=${VERSION:-1.8.5_patch1} +VERSION=${VERSION:-1.8.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/libraries/hdf5/hdf5.info b/libraries/hdf5/hdf5.info index 6f2fcbed553f..969d143ec42e 100644 --- a/libraries/hdf5/hdf5.info +++ b/libraries/hdf5/hdf5.info @@ -1,10 +1,10 @@ PRGNAM="hdf5" -VERSION="1.8.5_patch1" +VERSION="1.8.7" HOMEPAGE="http://hdf.ncsa.uiuc.edu/products/hdf5/" -DOWNLOAD="ftp://ftp.hdfgroup.org/HDF5/prev-releases/hdf5-1.8.5-patch1/src/hdf5-1.8.5-patch1.tar.bz2" -MD5SUM="27308a145e6c208d57db3f6f2634a0f6" +DOWNLOAD="ftp://ftp.hdfgroup.org/HDF5/prev-releases/hdf5-1.8.7/src/hdf5-1.8.7.tar.bz2" +MD5SUM="8859e2abc5258596302c7618722a48ad" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="LukenShiro" EMAIL="lukenshiro@ngi.it" -APPROVED="Erik Hanson" +APPROVED="dsomero" |