From 4e8e5e4de90850a992054f9a8a0b84741ef146aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=BCtzel?= Date: Fri, 20 Oct 2023 08:58:12 +0200 Subject: [PATCH] suitesparse: update to 7.2.2 --- 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 a7bf2bb359f1e..b08f2edbe1896 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.2.1 +pkgver=7.2.2 pkgrel=1 pkgdesc='A suite of sparse matrix algorithms (mingw-w64)' url="https://faculty.cse.tamu.edu/davis/suitesparse.html" @@ -19,7 +19,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc" "${MINGW_PACKAGE_PREFIX}-cmake" "${MINGW_PACKAGE_PREFIX}-ninja") source=(${_realname}-${pkgver}.tar.gz::"https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v${pkgver}.tar.gz") -sha256sums=('304e959a163ff74f8f4055dade3e0b5498d9aa3b1c483633bb400620f521509f') +sha256sums=('ec0ece3348ce410d938543dc94f63fc7816016610f2d0d5cfc633c8f86597e02') noextract=(${_realname}-${pkgver}.tar.gz) apply_patch_with_msg() {