package hdf5: fix checksum and autoconf version patch

This commit is contained in:
Tony Theodore 2013-11-23 14:49:33 +11:00
parent cb798e7d98
commit f491562090
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ diff -ur a/configure.ac b/configure.ac
@@ -17,7 +17,7 @@
## Initialize configure.
##
AC_REVISION($Id: configure.ac 24276 2013-10-09 22:00:11Z epourmal $)
AC_REVISION($Id: configure.ac 24404 2013-11-04 22:57:14Z epourmal $)
-AC_PREREQ([2.69])
+AC_PREREQ([2.67])

View File

@ -4,7 +4,7 @@
PKG := hdf5
$(PKG)_IGNORE :=
$(PKG)_VERSION := 1.8.12
$(PKG)_CHECKSUM := 9b266ebde9287130fc07ce9f07f20cd0f753591b
$(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)