academic/rbio: BUILD bump for SuiteSparse 5.8.1.

Signed-off-by: Kyle Guinn <elyk03@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Kyle Guinn 2021-01-02 17:50:28 -06:00 committed by Willy Sudiarto Raharjo
parent 916b2d7ef1
commit 464a581577
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for RBio # Slackware build script for RBio
# Copyright 2013-2020 Kyle Guinn <elyk03@gmail.com> # Copyright 2013-2021 Kyle Guinn <elyk03@gmail.com>
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -26,8 +26,8 @@ PRGNAM=rbio
SRCNAM=SuiteSparse SRCNAM=SuiteSparse
SUBDIR=RBio SUBDIR=RBio
VERSION=${VERSION:-2.2.6} VERSION=${VERSION:-2.2.6}
SRCVER=${SRCVER:-5.6.0} SRCVER=${SRCVER:-5.8.1}
BUILD=${BUILD:-6} BUILD=${BUILD:-7}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then if [ -z "$ARCH" ]; then

View file

@ -1,8 +1,8 @@
PRGNAM="rbio" PRGNAM="rbio"
VERSION="2.2.6" VERSION="2.2.6"
HOMEPAGE="http://faculty.cse.tamu.edu/davis/suitesparse.html" HOMEPAGE="http://faculty.cse.tamu.edu/davis/suitesparse.html"
DOWNLOAD="https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v5.6.0/SuiteSparse-5.6.0.tar.gz" DOWNLOAD="https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v5.8.1/SuiteSparse-5.8.1.tar.gz"
MD5SUM="af8b97cbded4cd5c6672e878bc0c37c2" MD5SUM="c414679bbc9432a3def01b31ad921140"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="suitesparseconfig" REQUIRES="suitesparseconfig"