diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2024-04-29 19:31:31 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2024-04-29 20:05:35 +0000 |
commit | c5644b21ec910752ba6d2f17512a179bc5ae2933 (patch) | |
tree | 3c4afee3a01411e56cde175e5701056e21e0f208 | |
parent | 77d93bf41e129d0bbd5cb9e97958085fa9a860f3 (diff) | |
download | ports-c5644b21ec910752ba6d2f17512a179bc5ae2933.tar.gz ports-c5644b21ec910752ba6d2f17512a179bc5ae2933.zip |
math/suitesparse: upgrade to v7.7.0
Release notes at
<https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.7.0>
-rw-r--r-- | math/suitesparse/Makefile | 2 | ||||
-rw-r--r-- | math/suitesparse/bsd.suitesparse.mk | 2 | ||||
-rw-r--r-- | math/suitesparse/distinfo | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile index 93247d9a662f..57ceaffc1048 100644 --- a/math/suitesparse/Makefile +++ b/math/suitesparse/Makefile @@ -1,5 +1,5 @@ PORTNAME= suitesparse -PORTVERSION= 7.6.1 +PORTVERSION= 7.7.0 CATEGORIES= math MAINTAINER= fortran@FreeBSD.org diff --git a/math/suitesparse/bsd.suitesparse.mk b/math/suitesparse/bsd.suitesparse.mk index 4174c5863f8c..cf3e5002f85d 100644 --- a/math/suitesparse/bsd.suitesparse.mk +++ b/math/suitesparse/bsd.suitesparse.mk @@ -4,7 +4,7 @@ PKGNAMEPREFIX= suitesparse- SSPNAME= suitesparse -SSPVERSION= 7.6.1 +SSPVERSION= 7.7.0 DISTVERSIONPREFIX= v MAINTAINER= fortran@FreeBSD.org diff --git a/math/suitesparse/distinfo b/math/suitesparse/distinfo index 82c1310c2d36..412a443bd086 100644 --- a/math/suitesparse/distinfo +++ b/math/suitesparse/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1709484409 -SHA256 (suitesparse/v7.6.1.tar.gz) = ab1992802723b09aca3cbb0f4dc9b2415a781b9ad984ed934c7d8a0dcc31bc42 -SIZE (suitesparse/v7.6.1.tar.gz) = 85506721 +TIMESTAMP = 1714315898 +SHA256 (suitesparse/v7.7.0.tar.gz) = 529b067f5d80981f45ddf6766627b8fc5af619822f068f342aab776e683df4f3 +SIZE (suitesparse/v7.7.0.tar.gz) = 85876065 |