summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-04-14 21:42:34 +0200
committerMichel Zou2023-04-14 21:42:34 +0200
commit1b0dda1da6781fd7fc0459cb556fba0f7189a057 (patch)
tree0c2b0544c25c1590733945fdbfdc794804bee09c
parent834e1114c31153e12e049b7002f84061d74f05c7 (diff)
downloadaur-1b0dda1da6781fd7fc0459cb556fba0f7189a057.tar.gz
3.0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9666b2b97217..325c1e3e40f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-coin-or-coinmumps
pkgdesc = COIN-OR autotools harness to build MUMPS (mingw-w64)
- pkgver = 1.6.3
+ pkgver = 3.0.4
pkgrel = 1
url = https://github.com/coin-or-tools/ThirdParty-MUMPS/
arch = any
@@ -13,7 +13,7 @@ pkgbase = mingw-w64-coin-or-coinmumps
options = !buildflags
options = !strip
options = staticlibs
- source = https://github.com/coin-or-tools/ThirdParty-Mumps/archive/releases/1.6.3.tar.gz
- sha256sums = c66a2e77c601e8e094c6b71c1b13d015745481afb286e5776bb4379e241168c8
+ source = https://github.com/coin-or-tools/ThirdParty-Mumps/archive/releases/3.0.4.tar.gz
+ sha256sums = 506feab2921ceef5a77e660b6ca5924b425807b3b0e7852b0f9835b72cf79e02
pkgname = mingw-w64-coin-or-coinmumps
diff --git a/PKGBUILD b/PKGBUILD
index b84aaacf0584..6cdba4a51d86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-coin-or-coinmumps
-pkgver=1.6.3
+pkgver=3.0.4
pkgrel=1
pkgdesc="COIN-OR autotools harness to build MUMPS (mingw-w64)"
arch=('any')
@@ -10,7 +10,7 @@ depends=('mingw-w64-metis' 'mingw-w64-blas')
makedepends=('mingw-w64-configure' 'wget')
options=('!buildflags' '!strip' 'staticlibs')
source=("https://github.com/coin-or-tools/ThirdParty-Mumps/archive/releases/$pkgver.tar.gz")
-sha256sums=('c66a2e77c601e8e094c6b71c1b13d015745481afb286e5776bb4379e241168c8')
+sha256sums=('506feab2921ceef5a77e660b6ca5924b425807b3b0e7852b0f9835b72cf79e02')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"