diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2022-10-18 22:31:41 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-20 23:32:14 +0700 |
commit | 1333e79d66f834081d1283d9b2588f8705a89e92 (patch) | |
tree | 8f25b7c0064da43d1febc1e3e638c8cd87e6af84 | |
parent | 207741eca55e562d3bbf56e65c55672a36d7afda (diff) |
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>
-rw-r--r-- | libraries/hdf5/hdf5.SlackBuild | 8 | ||||
-rw-r--r-- | libraries/hdf5/hdf5.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/libraries/hdf5/hdf5.SlackBuild b/libraries/hdf5/hdf5.SlackBuild index 950e75fb3a07..256abbb44e95 100644 --- a/libraries/hdf5/hdf5.SlackBuild +++ b/libraries/hdf5/hdf5.SlackBuild @@ -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 diff --git a/libraries/hdf5/hdf5.info b/libraries/hdf5/hdf5.info index 6638941c58c5..c1f584f31544 100644 --- a/libraries/hdf5/hdf5.info +++ b/libraries/hdf5/hdf5.info @@ -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" |