changeset 6946:0fc881d7fd5c

suitesparse: Add checksum missing in previous commit
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 29 Oct 2023 14:31:13 +0100
parents 1fc0ff3cf2da
children 69d844be58fe
files src/suitesparse.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/suitesparse.mk	Sun Oct 29 14:30:15 2023 +0100
+++ b/src/suitesparse.mk	Sun Oct 29 14:31:13 2023 +0100
@@ -3,7 +3,7 @@
 
 PKG             := suitesparse
 $(PKG)_VERSION  := 7.3.0
-$(PKG)_CHECKSUM := 
+$(PKG)_CHECKSUM := 5c803b94bffbbee013e56d7b636735fdef271eb9
 $(PKG)_SUBDIR   := SuiteSparse-$($(PKG)_VERSION)
 $(PKG)_FILE     := $($(PKG)_SUBDIR).tar.gz
 $(PKG)_URL      := https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v$($(PKG)_VERSION).tar.gz