diff options
author | Kyle Guinn <elyk03@gmail.com> | 2018-03-21 23:58:34 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-24 06:50:39 +0700 |
commit | ba1a8cc2de4c5b9befb18330e01288592aef107b (patch) | |
tree | 3ca31bb9b9a3f5ca37ace9f5c61e9d53177b4963 /academic/csparse/csparse.SlackBuild | |
parent | c67df6116b30865b2b12f1aa4d0ed5303153e1f4 (diff) |
academic/csparse: BUILD bump for SuiteSparse 5.2.0.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Diffstat (limited to 'academic/csparse/csparse.SlackBuild')
-rw-r--r-- | academic/csparse/csparse.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/academic/csparse/csparse.SlackBuild b/academic/csparse/csparse.SlackBuild index 1766694e7fb38..7178664ac2f25 100644 --- a/academic/csparse/csparse.SlackBuild +++ b/academic/csparse/csparse.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for CSparse -# Copyright 2013-2017 Kyle Guinn <elyk03@gmail.com>, USA +# Copyright 2013-2018 Kyle Guinn <elyk03@gmail.com>, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,8 +26,8 @@ PRGNAM=csparse SRCNAM=SuiteSparse SUBDIR=CSparse VERSION=${VERSION:-3.2.0} -SRCVER=${SRCVER:-5.1.0} -BUILD=${BUILD:-1} +SRCVER=${SRCVER:-5.2.0} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |