Skip to content

Commit

Permalink
Merge pull request msys2#19765 from mmuetzel/suitesparse
Browse files Browse the repository at this point in the history
suitesparse: update to 7.5.1
  • Loading branch information
mmuetzel authored Jan 15, 2024
2 parents dc27839 + 6d9a2a7 commit f13e2ae
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.4.0
pkgver=7.5.1
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=('f9a5cc2316a967198463198f7bf10fb8c4332de6189b0e405419a7092bc921b7')
sha256sums=('dccfb5f75aa83fe2edb4eb2462fc984a086c82bad8433f63c31048d84b565d74')

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

0 comments on commit f13e2ae

Please sign in to comment.