From 1ff970b83f8f85f56108b5a1bb180b426eb5bf50 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 9 Apr 2021 07:45:04 +0200 Subject: [PATCH] suitesparse: Add missing hunk to increment the revision This hunk was missed in the commit. Fixes: 456523a4 ("suitesparse: Remove hard coded number of jobs to run in parallel") Resolves: https://github.molgen.mpg.de/mariux64/bee-files/issues/2072 --- suitesparse.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suitesparse.be0 b/suitesparse.be0 index f41846f67..fad6d92ef 100755 --- a/suitesparse.be0 +++ b/suitesparse.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION suitesparse-5.9.0-0 +# BEE_VERSION suitesparse-5.9.0-1 SRCURL[0]="https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/refs/tags/v${PKGVERSION}.tar.gz suitesparse-v${PKGVERSION}.tar.gz"