diff options
author | Kyle Guinn <elyk03@gmail.com> | 2021-01-02 17:35:46 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-17 08:45:05 +0700 |
commit | 3900096156c9a6881efcd3ff33780bd0b1ae2870 (patch) | |
tree | 39eb95c9077c9e75ea3be47e658dc4f73dd7aa19 /academic/cxsparse/cxsparse.SlackBuild | |
parent | bd109519ddb5fa613af547c55d223a0aa42f8f99 (diff) |
academic/cxsparse: BUILD bump for SuiteSparse 5.8.1.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/cxsparse/cxsparse.SlackBuild')
-rw-r--r-- | academic/cxsparse/cxsparse.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/academic/cxsparse/cxsparse.SlackBuild b/academic/cxsparse/cxsparse.SlackBuild index 4695454e67fa..50237f46a645 100644 --- a/academic/cxsparse/cxsparse.SlackBuild +++ b/academic/cxsparse/cxsparse.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for CXSparse -# Copyright 2013-2020 Kyle Guinn <elyk03@gmail.com> +# Copyright 2013-2021 Kyle Guinn <elyk03@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,8 +26,8 @@ PRGNAM=cxsparse SRCNAM=SuiteSparse SUBDIR=CXSparse VERSION=${VERSION:-3.2.0} -SRCVER=${SRCVER:-5.6.0} -BUILD=${BUILD:-4} +SRCVER=${SRCVER:-5.8.1} +BUILD=${BUILD:-5} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |