summaryrefslogtreecommitdiffstats
path: root/src/hdf5.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-08-30 00:38:17 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-08-30 00:38:17 (GMT)
commit1dc24684823dfee4f148b5067b07d29786c64ae2 (patch)
tree14f22af3d52a54c6a61d9112a3d9c4974fbe9201 /src/hdf5.mk
parent91c1cc2377446103b8dfb527b0fd86fbfe378a84 (diff)
downloadmxe-1dc24684823dfee4f148b5067b07d29786c64ae2.zip
mxe-1dc24684823dfee4f148b5067b07d29786c64ae2.tar.gz
mxe-1dc24684823dfee4f148b5067b07d29786c64ae2.tar.bz2
hdf5: Fix download
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/hdf5.mk')
-rw-r--r--src/hdf5.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hdf5.mk b/src/hdf5.mk
index 2b9a5fa..0af0b78 100644
--- a/src/hdf5.mk
+++ b/src/hdf5.mk
@@ -7,7 +7,7 @@ $(PKG)_VERSION := 1.8.11
$(PKG)_CHECKSUM := 87ded0894b104cf23a4b965f4ac0a567f8612e5e
$(PKG)_SUBDIR := hdf5-$($(PKG)_VERSION)
$(PKG)_FILE := hdf5-$($(PKG)_VERSION).tar.bz2
-$(PKG)_URL := http://www.hdfgroup.org/ftp/HDF5/current/src/$($(PKG)_FILE)
+$(PKG)_URL := http://www.hdfgroup.org/ftp/HDF5/releases/$($(PKG)_SUBDIR)/src/$($(PKG)_FILE)
$(PKG)_DEPS := gcc zlib pthreads
define $(PKG)_UPDATE