diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-27 00:52:38 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-27 00:52:38 -0300 |
commit | 098a78e8f3f8c06b4e6f786a54a26aa5b71f0daa (patch) | |
tree | 016c63fc1f16f67fa390d1590984951422a09e55 /testing/hdf5 | |
parent | 7a30c23a8afcbcfde8054b5432cecc84e18a233e (diff) | |
download | aports-098a78e8f3f8c06b4e6f786a54a26aa5b71f0daa.tar.bz2 aports-098a78e8f3f8c06b4e6f786a54a26aa5b71f0daa.tar.xz |
testing/hdf5: fix url
Diffstat (limited to 'testing/hdf5')
-rw-r--r-- | testing/hdf5/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/hdf5/APKBUILD b/testing/hdf5/APKBUILD index e0fad0001a..e16a654c6f 100644 --- a/testing/hdf5/APKBUILD +++ b/testing/hdf5/APKBUILD @@ -11,9 +11,9 @@ pkgname=hdf5 pkgver=1.10.5 -pkgrel=1 +pkgrel=2 pkgdesc="HDF5 is a data model, library, and file format for storing and managing data" -url="http://www.hdfgroup.org/HDF5/" +url="https://www.hdfgroup.org/solutions/hdf5/" arch="all" license="custom" options="!check" # test suite takes a very long time |