summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-12-04 02:23:59 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-12-04 05:55:26 (GMT)
commit2121597d3602bb4b0a26ab09f13945cde39d650a (patch)
tree23eb8968cbb20043851a3d63b4370bcbaff0fcd6
parent78996663aa75360d3923e56ba9fcbcc7a09f0032 (diff)
downloadmxe-2121597d3602bb4b0a26ab09f13945cde39d650a.zip
mxe-2121597d3602bb4b0a26ab09f13945cde39d650a.tar.gz
mxe-2121597d3602bb4b0a26ab09f13945cde39d650a.tar.bz2
package netcdf: fix checksum
-rw-r--r--src/netcdf.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/netcdf.mk b/src/netcdf.mk
index de61cfe..0721186 100644
--- a/src/netcdf.mk
+++ b/src/netcdf.mk
@@ -4,7 +4,7 @@
PKG := netcdf
$(PKG)_IGNORE :=
$(PKG)_VERSION := 4.3.0
-$(PKG)_CHECKSUM := 31b4b3b17146cc8c14a8c7be3fe5f28e5a8a5deb
+$(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)