diff options
author | Kyle Guinn <elyk03@gmail.com> | 2017-12-16 23:29:48 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-21 08:19:40 +0700 |
commit | 6adc705ec1fa3f596ce7ac73d750679f4b8123c5 (patch) | |
tree | 376532bcd9f887b9619070929e237625e0e1729f /academic/csparse/csparse.SlackBuild | |
parent | 59d471072143e03a20f7f03778571735aace978f (diff) | |
download | slackbuilds-6adc705ec1fa3f596ce7ac73d750679f4b8123c5.tar.gz |
academic/csparse: Updated for version 3.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 d44bc46a8b..1766694e7f 100644 --- a/academic/csparse/csparse.SlackBuild +++ b/academic/csparse/csparse.SlackBuild @@ -25,9 +25,9 @@ PRGNAM=csparse SRCNAM=SuiteSparse SUBDIR=CSparse -VERSION=${VERSION:-3.1.9} -SRCVER=${SRCVER:-4.5.5} -BUILD=${BUILD:-2} +VERSION=${VERSION:-3.2.0} +SRCVER=${SRCVER:-5.1.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |