diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2023-09-17 13:49:44 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2023-09-20 17:44:56 +0000 |
commit | 1b21357703db390cca78ed4341e6d339791ef0a1 (patch) | |
tree | 806803751e040ab47fbeeaf85bab72173eea5528 /math | |
parent | b46309fb966dae874cc8cf9645fe13f857a50a9e (diff) | |
download | ports-1b21357703db390cca78ed4341e6d339791ef0a1.tar.gz ports-1b21357703db390cca78ed4341e6d339791ef0a1.zip |
math/suitesparse-csparse: upgrade to 4.2.0
Diffstat (limited to 'math')
-rw-r--r-- | math/suitesparse-csparse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/suitesparse-csparse/Makefile b/math/suitesparse-csparse/Makefile index b86bc1f7c9d3..32a8fdee2f66 100644 --- a/math/suitesparse-csparse/Makefile +++ b/math/suitesparse-csparse/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 4.0.4 +PORTVERSION= 4.2.0 CATEGORIES= math COMMENT= Concise Sparse Matrix package |