libraries/hdf5: Updated for version 1.8.7.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
LukenShiro 2011-06-19 10:37:38 -04:00 committed by Robby Workman
parent 7513279086
commit 68d80670f9
2 changed files with 6 additions and 6 deletions

View file

@ -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}

View file

@ -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"