libraries/hdf5: Updated for version 1.12.2.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2022-10-18 22:31:41 +02:00 committed by Willy Sudiarto Raharjo
parent 207741eca5
commit 1333e79d66
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 7 additions and 7 deletions

View file

@ -3,7 +3,7 @@
# Slackware build script for hdf5
# Copyright 2007-2015 LukenShiro, Italy
# Copyright 2020 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# Copyright 2020-2022 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,8 +26,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=hdf5
VERSION=${VERSION:-1.10.6}
BUILD=${BUILD:-2}
VERSION=${VERSION:-1.12.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -65,7 +65,7 @@ else
LIBDIRSUFFIX=""
fi
DOCFILES="ACKNOWLEDGMENTS COPYING README.txt release_docs/RELEASE.txt \
DOCFILES="ACKNOWLEDGMENTS COPYING* README.md release_docs/RELEASE.txt \
release_docs/HISTORY* release_docs/INSTALL"
set -e

View file

@ -1,8 +1,8 @@
PRGNAM="hdf5"
VERSION="1.10.6"
VERSION="1.12.2"
HOMEPAGE="https://www.hdfgroup.org/"
DOWNLOAD="https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.6/src/hdf5-1.10.6.tar.gz"
MD5SUM="37f3089e7487daf0890baf3d3328e54a"
DOWNLOAD="https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.12/hdf5-1.12.2/src/hdf5-1.12.2.tar.gz"
MD5SUM="30172c75e436d7f2180e274071a4ca97"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libaec"