summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-04-03 18:47:52 +0200
committerMichel Zou2021-04-03 18:47:52 +0200
commit8287d002877fb5004e1acd2c8704787805566192 (patch)
treecfb48aaf04e0aac62b1d83873d298b08614d1552
parent630cd5afde43453ff67af5938b228841e942e7b1 (diff)
downloadaur-8287d002877fb5004e1acd2c8704787805566192.tar.gz
3.9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0e0d48e2c9d..84b7bd2b22f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-lapack
pkgdesc = Linear Algebra PACKage (mingw-w64)
- pkgver = 3.9.0
+ pkgver = 3.9.1
pkgrel = 2
url = http://www.netlib.org/lapack
arch = any
@@ -9,8 +9,8 @@ pkgbase = mingw-w64-lapack
options = !buildflags
options = !strip
options = staticlibs
- source = https://github.com/Reference-LAPACK/lapack/archive/v3.9.0.tar.gz
- sha256sums = 106087f1bb5f46afdfba7f569d0cbe23dacb9a07cd24733765a0e89dbe1ad573
+ source = https://github.com/Reference-LAPACK/lapack/archive/v3.9.1.tar.gz
+ sha256sums = d0085d2caf997ff39299c05d4bacb6f3d27001d25a4cc613d48c1f352b73e7e0
pkgname = mingw-w64-lapack
depends = mingw-w64-blas
diff --git a/PKGBUILD b/PKGBUILD
index b45adfd49ec3..d92ed3ab8df7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=mingw-w64-lapack
pkgname=('mingw-w64-lapack' 'mingw-w64-blas' 'mingw-w64-cblas' 'mingw-w64-lapacke')
-pkgver=3.9.0
+pkgver=3.9.1
pkgrel=2
arch=('any')
pkgdesc="Linear Algebra PACKage (mingw-w64)"
@@ -10,7 +10,7 @@ options=('!buildflags' '!strip' 'staticlibs')
license=('LGPL')
url="http://www.netlib.org/lapack"
source=("https://github.com/Reference-LAPACK/lapack/archive/v${pkgver}.tar.gz")
-sha256sums=('106087f1bb5f46afdfba7f569d0cbe23dacb9a07cd24733765a0e89dbe1ad573')
+sha256sums=('d0085d2caf997ff39299c05d4bacb6f3d27001d25a4cc613d48c1f352b73e7e0')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"