From bd6495b66f383c9662d48cdbdc082051aa7ba3fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=BCtzel?= Date: Tue, 6 Aug 2024 16:15:39 +0200 Subject: [PATCH] suitesparse: update to 7.8.0 --- mingw-w64-suitesparse/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-suitesparse/PKGBUILD b/mingw-w64-suitesparse/PKGBUILD index aac44ad46e19c..0973351f98e9f 100644 --- a/mingw-w64-suitesparse/PKGBUILD +++ b/mingw-w64-suitesparse/PKGBUILD @@ -3,7 +3,7 @@ _realname=suitesparse pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-suitesparse") -pkgver=7.7.0 +pkgver=7.8.0 pkgrel=1 pkgdesc='A suite of sparse matrix algorithms (mingw-w64)' arch=('any') @@ -25,7 +25,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc" optdepends=("${MINGW_PACKAGE_PREFIX}-cc: GraphBLAS JIT compiler" "sh: GraphBLAS JIT compiler") source=("https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz") -sha256sums=('529b067f5d80981f45ddf6766627b8fc5af619822f068f342aab776e683df4f3') +sha256sums=('8ea989f36be3646d0b0eecb06218698766ca06256c0de15a64350e993bf5c5f9') apply_patch_with_msg() { for _patch in "$@"