changeset 2726:d242b96f3650

fix suitesparse checksum
author Tony Theodore <tonyt@logyst.com>
date Sun, 16 Sep 2012 17:20:20 +1000
parents 2cb799a56d1c
children e474975121d6
files src/suitesparse.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/suitesparse.mk	Fri Sep 14 20:24:51 2012 +0200
+++ b/src/suitesparse.mk	Sun Sep 16 17:20:20 2012 +1000
@@ -2,7 +2,7 @@
 # See index.html for further information.
 
 PKG             := suitesparse
-$(PKG)_CHECKSUM := 6a8ae1fb1277a1f711bc84ed04938ef8dde1ace1
+$(PKG)_CHECKSUM := 46b24a28eef4b040ea5a02d2c43e82e28b7d6195
 $(PKG)_SUBDIR   := SuiteSparse
 $(PKG)_FILE     := SuiteSparse-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := http://www.cise.ufl.edu/research/sparse/SuiteSparse/$($(PKG)_FILE)