summaryrefslogtreecommitdiffstats
path: root/src/netcdf.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2015-07-27 00:32:17 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2015-07-27 02:44:19 (GMT)
commit86ea3b3e5fcad534dbb1e0ca2b7c25742bbe2e3c (patch)
tree3fe44146ff5b92bb5bc0c7bdc907f32d66e3028d /src/netcdf.mk
parent3d9c254ac15903cb42b279b5bf870a74955899f8 (diff)
downloadmxe-86ea3b3e5fcad534dbb1e0ca2b7c25742bbe2e3c.zip
mxe-86ea3b3e5fcad534dbb1e0ca2b7c25742bbe2e3c.tar.gz
mxe-86ea3b3e5fcad534dbb1e0ca2b7c25742bbe2e3c.tar.bz2
Fix downloading json_spirit,liboauth, and netcdf
See #774.
Diffstat (limited to 'src/netcdf.mk')
-rw-r--r--src/netcdf.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/netcdf.mk b/src/netcdf.mk
index 360206c..5099978 100644
--- a/src/netcdf.mk
+++ b/src/netcdf.mk
@@ -7,7 +7,7 @@ $(PKG)_VERSION := 4.3.0
$(PKG)_CHECKSUM := 246e4963e66e1c175563cc9a714e9da0a19b8b07
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
-$(PKG)_URL := http://www.unidata.ucar.edu/downloads/netcdf/ftp/$($(PKG)_FILE)
+$(PKG)_URL := ftp://ftp.unidata.ucar.edu/pub/netcdf/old/$($(PKG)_FILE)
$(PKG)_DEPS := gcc curl hdf4 hdf5 portablexdr zlib
define $(PKG)_UPDATE