diff options
author | Kyle Guinn <elyk03@gmail.com> | 2018-03-21 23:59:45 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-24 06:50:39 +0700 |
commit | dc8c1c24bf1e33fcb9b5f34e75c3a7edd292524a (patch) | |
tree | 36b115b6d3568552f83dc78de5237de0ba56cee5 /academic/cxsparse/cxsparse.SlackBuild | |
parent | ba1a8cc2de4c5b9befb18330e01288592aef107b (diff) | |
download | slackbuilds-dc8c1c24bf1e33fcb9b5f34e75c3a7edd292524a.tar.gz |
academic/cxsparse: BUILD bump for SuiteSparse 5.2.0.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
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 1d311bcb46..0509d6cb2a 100644 --- a/academic/cxsparse/cxsparse.SlackBuild +++ b/academic/cxsparse/cxsparse.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for CXSparse -# 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=cxsparse SRCNAM=SuiteSparse SUBDIR=CXSparse 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 |