summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-04-18 08:19:06 +0200
committerMichel Zou2022-04-18 08:19:06 +0200
commit6b9dde8307331247b70b76e04ac74937c804656e (patch)
treed59bab41d94ce33636c10fd65665641ec5956b81
parent35e947add1134ca2324a692e6379d37e1fb7e147 (diff)
downloadaur-6b9dde8307331247b70b76e04ac74937c804656e.tar.gz
3.10.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd83ab0356ea..d98fc91a276b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-lapack
pkgdesc = Linear Algebra PACKage (mingw-w64)
- pkgver = 3.10.0
+ pkgver = 3.10.1
pkgrel = 1
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.10.0.tar.gz
- sha256sums = 328c1bea493a32cac5257d84157dc686cc3ab0b004e2bea22044e0a59f6f8a19
+ source = https://github.com/Reference-LAPACK/lapack/archive/v3.10.1.tar.gz
+ sha256sums = cd005cd021f144d7d5f7f33c943942db9f03a28d110d6a3b80d718a295f7f714
pkgname = mingw-w64-lapack
depends = mingw-w64-blas
diff --git a/PKGBUILD b/PKGBUILD
index 786b5fad589b..1c3855e9df20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-lapack
pkgname=('mingw-w64-lapack' 'mingw-w64-blas' 'mingw-w64-cblas' 'mingw-w64-lapacke')
-pkgver=3.10.0
+pkgver=3.10.1
pkgrel=1
arch=('any')
pkgdesc="Linear Algebra PACKage (mingw-w64)"
@@ -9,7 +9,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=('328c1bea493a32cac5257d84157dc686cc3ab0b004e2bea22044e0a59f6f8a19')
+sha256sums=('cd005cd021f144d7d5f7f33c943942db9f03a28d110d6a3b80d718a295f7f714')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"