diff options
author | Boris Nagaev <bnagaev@gmail.com> | 2017-12-03 03:02:11 (GMT) |
---|---|---|
committer | Boris Nagaev <bnagaev@gmail.com> | 2017-12-04 21:24:36 (GMT) |
commit | 2f1e4ad52d95db3c7ef44c480519e44b96ae0bd3 (patch) | |
tree | 6433b596dbe29b8d1fa86b6056a67d6b0108f9a9 | |
parent | 4b987d5befe9a0f7b0e695db26aaf8c5908d90d2 (diff) | |
download | mxe-2f1e4ad52d95db3c7ef44c480519e44b96ae0bd3.zip mxe-2f1e4ad52d95db3c7ef44c480519e44b96ae0bd3.tar.gz mxe-2f1e4ad52d95db3c7ef44c480519e44b96ae0bd3.tar.bz2 |
hdf5: update download URL
-rw-r--r-- | src/hdf5.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hdf5.mk b/src/hdf5.mk index 90218be..295120e 100644 --- a/src/hdf5.mk +++ b/src/hdf5.mk @@ -8,7 +8,7 @@ $(PKG)_VERSION := 1.8.12 $(PKG)_CHECKSUM := 6d080f913a226a3ce390a11d9b571b2d5866581a2aa4434c398cd371c7063639 $(PKG)_SUBDIR := hdf5-$($(PKG)_VERSION) $(PKG)_FILE := hdf5-$($(PKG)_VERSION).tar.bz2 -$(PKG)_URL := https://support.hdfgroup.org/ftp/HDF5/prev-releases/hdf5-$($(PKG)_VERSION)/src/$($(PKG)_FILE) +$(PKG)_URL := https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-$(call SHORT_PKG_VERSION,$(PKG))/hdf5-$($(PKG)_VERSION)/src/$($(PKG)_FILE) $(PKG)_DEPS := gcc pthreads zlib define $(PKG)_UPDATE |