mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
libraries/hdf5: Updated for version 1.8.15_patch1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
39f4223a71
commit
23cad69d89
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for hdf5
|
||||
|
||||
# Copyright 2007-2014 LukenShiro, Italy
|
||||
# Copyright 2007-2015 LukenShiro, Italy
|
||||
# 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.13}
|
||||
VERSION=${VERSION:-1.8.15_patch1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="hdf5"
|
||||
VERSION="1.8.13"
|
||||
VERSION="1.8.15_patch1"
|
||||
HOMEPAGE="https://www.hdfgroup.org/"
|
||||
DOWNLOAD="http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8.13/src/hdf5-1.8.13.tar.bz2"
|
||||
MD5SUM="b060bb137d6bd8accf8f0c4c59d2746d"
|
||||
DOWNLOAD="http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8.15-patch1/src/hdf5-1.8.15-patch1.tar.bz2"
|
||||
MD5SUM="3c0d7a8c38d1abc7b40fc12c1d5f2bb8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue