Skip to content

Commit

Permalink
suitesparse: update to 7.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuetzel committed Oct 23, 2024
1 parent 994cb70 commit 7d116fb
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.8.2
pkgver=7.8.3
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=('996c48c87baaeb5fc04bd85c7e66d3651a56fe749c531c60926d75b4db5d2181')
sha256sums=('ce39b28d4038a09c14f21e02c664401be73c0cb96a9198418d6a98a7db73a259')

apply_patch_with_msg() {
for _patch in "$@"
Expand Down

0 comments on commit 7d116fb

Please sign in to comment.