diff options
Diffstat (limited to 'academic/umfpack/umfpack.SlackBuild')
-rw-r--r-- | academic/umfpack/umfpack.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/academic/umfpack/umfpack.SlackBuild b/academic/umfpack/umfpack.SlackBuild index c87f06711a..046a2501b6 100644 --- a/academic/umfpack/umfpack.SlackBuild +++ b/academic/umfpack/umfpack.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for UMFPACK -# 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=umfpack SRCNAM=SuiteSparse SUBDIR=UMFPACK VERSION=${VERSION:-5.7.9} -SRCVER=${SRCVER:-5.6.0} -BUILD=${BUILD:-1} +SRCVER=${SRCVER:-5.8.1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |