summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 600a000b4050..99f11cba4803 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 = 3.0.6
+ pkgver = 3.0.7
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/3.0.6.tar.gz
- sha256sums = 45ae948bd2cedeb337a6deeff18b51e70b58db50624ba401ea946192fc92917c
+ source = https://github.com/coin-or-tools/ThirdParty-Mumps/archive/releases/3.0.7.tar.gz
+ sha256sums = 3847b3665e7235ead8710b13ee7f19159926e33a640a0225c08ad766db02d761
pkgname = mingw-w64-coin-or-coinmumps
diff --git a/PKGBUILD b/PKGBUILD
index 6d705bcbb458..b5390804291f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-coin-or-coinmumps
-pkgver=3.0.6
+pkgver=3.0.7
pkgrel=1
pkgdesc="COIN-OR autotools harness to build MUMPS (mingw-w64)"
arch=('any')
@@ -10,7 +10,7 @@ depends=('mingw-w64-metis' 'mingw-w64-lapack')
makedepends=('mingw-w64-configure' 'wget')
options=('!buildflags' '!strip' 'staticlibs')
source=("https://github.com/coin-or-tools/ThirdParty-Mumps/archive/releases/$pkgver.tar.gz")
-sha256sums=('45ae948bd2cedeb337a6deeff18b51e70b58db50624ba401ea946192fc92917c')
+sha256sums=('3847b3665e7235ead8710b13ee7f19159926e33a640a0225c08ad766db02d761')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"