summaryrefslogtreecommitdiffstats
path: root/src/hdf5.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-08-30 00:58:30 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-08-30 00:58:30 (GMT)
commit262aa647f04db4aac22a7301a5b22e0a08c01be6 (patch)
treea286337f657944774706f939a527b76f2fb7fd42 /src/hdf5.mk
parent92a09aeae43765202caf4152a6b4fa8902c1a386 (diff)
parent0e50d664f4efce912ee1a4ee62168c661d6f9199 (diff)
downloadmxe-262aa647f04db4aac22a7301a5b22e0a08c01be6.zip
mxe-262aa647f04db4aac22a7301a5b22e0a08c01be6.tar.gz
mxe-262aa647f04db4aac22a7301a5b22e0a08c01be6.tar.bz2
Merge branch 'stable'
Conflicts: Makefile src/gd.mk src/gdal.mk src/imagemagick.mk src/pcl.mk src/qt.mk
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 ea765b9..393f190 100644
--- a/src/hdf5.mk
+++ b/src/hdf5.mk
@@ -7,7 +7,7 @@ $(PKG)_VERSION := 1.8.12
$(PKG)_CHECKSUM := 8414ca0e6ff7d08e423955960d641ec5f309a55f
$(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