diff options
Diffstat (limited to 'libraries/hdf5/hdf5.SlackBuild')
-rw-r--r-- | libraries/hdf5/hdf5.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libraries/hdf5/hdf5.SlackBuild b/libraries/hdf5/hdf5.SlackBuild index 950e75fb3a..256abbb44e 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 |