Skip to content

Commit

Permalink
suitesparse: update to 7.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuetzel committed Aug 6, 2024
1 parent f0b7b99 commit bd6495b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-suitesparse/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand All @@ -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 "$@"
Expand Down

0 comments on commit bd6495b

Please sign in to comment.