# HG changeset patch # User Markus Mützel # Date 1711654091 -3600 # Node ID de3cb80af4ccce3c36724b75afb6cbb8be4b8b05 # Parent d98156e821e1359de77488a7d069d9bd5493b1b6 SuiteSparse: Update to 7.7.0 * src/suitesparse.mk: Update version and checksum. diff -r d98156e821e1 -r de3cb80af4cc src/suitesparse.mk --- a/src/suitesparse.mk Thu Mar 28 20:19:15 2024 +0100 +++ b/src/suitesparse.mk Thu Mar 28 20:28:11 2024 +0100 @@ -2,8 +2,8 @@ # See index.html for further information. PKG := suitesparse -$(PKG)_VERSION := 7.6.1 -$(PKG)_CHECKSUM := c30104658ee95713a5bbc7c27928f08cfac5fe19 +$(PKG)_VERSION := 7.7.0 +$(PKG)_CHECKSUM := 764081870669cce146f2b06a009c7ac59a75b7df $(PKG)_SUBDIR := SuiteSparse-$($(PKG)_VERSION) $(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz $(PKG)_URL := https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v$($(PKG)_VERSION).tar.gz