diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2024-01-12 12:54:29 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2024-01-13 10:15:02 +0000 |
commit | 4857e27cc33255766b3377715b69480114ea1a60 (patch) | |
tree | 73f13bad3d80430122d32b8aa8b539067a1e37c6 | |
parent | 77e1f45bd4b37ec50088f729f1a0680d87028f53 (diff) |
math/suitesparse: upgrade SuiteSparse to v7.5.0
Release notes at
<https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.5.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 7aab1b4a3e1a..854528772898 100644 --- a/math/suitesparse/Makefile +++ b/math/suitesparse/Makefile @@ -1,5 +1,5 @@ PORTNAME= suitesparse -PORTVERSION= 7.4.0 +PORTVERSION= 7.5.0 CATEGORIES= math MAINTAINER= fortran@FreeBSD.org diff --git a/math/suitesparse/bsd.suitesparse.mk b/math/suitesparse/bsd.suitesparse.mk index 6457b2c42967..8a1a9190878b 100644 --- a/math/suitesparse/bsd.suitesparse.mk +++ b/math/suitesparse/bsd.suitesparse.mk @@ -4,7 +4,7 @@ PKGNAMEPREFIX= suitesparse- SSPNAME= suitesparse -SSPVERSION= 7.4.0 +SSPVERSION= 7.5.0 DISTVERSIONPREFIX= v MAINTAINER= fortran@FreeBSD.org diff --git a/math/suitesparse/distinfo b/math/suitesparse/distinfo index bc2ef04891bc..cc316cac63b3 100644 --- a/math/suitesparse/distinfo +++ b/math/suitesparse/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703951596 -SHA256 (suitesparse/v7.4.0.tar.gz) = f9a5cc2316a967198463198f7bf10fb8c4332de6189b0e405419a7092bc921b7 -SIZE (suitesparse/v7.4.0.tar.gz) = 85395023 +TIMESTAMP = 1705054151 +SHA256 (suitesparse/v7.5.0.tar.gz) = 9090ead43f462737369f1b6f8f269decc7f98adbb3276db299a2d4f18d481328 +SIZE (suitesparse/v7.5.0.tar.gz) = 85458240 |