summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2022-03-04 17:11:28 +0800
committerpingplug2022-03-04 17:11:28 +0800
commitbc3ef95fa74e0f3aa9a0cebad6bffba93f1cb5a5 (patch)
tree81b1d977f3864156eb3b9b70e8032756576d8592
parentb844ff01d3a45e2f935742bb836c90e67d8cca94 (diff)
downloadaur-bc3ef95fa74e0f3aa9a0cebad6bffba93f1cb5a5.tar.gz
updated to 0.3.20
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac7d7b4b8b01..b6df5833fd72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-openblas-lapack
pkgdesc = An optimized BLAS library based on GotoBLAS2 1.13 BSD, providing optimized blas, lapack, and cblas (mingw-w64)
- pkgver = 0.3.19
+ pkgver = 0.3.20
pkgrel = 1
url = https://github.com/xianyi/OpenBLAS
arch = any
@@ -21,7 +21,7 @@ pkgbase = mingw-w64-openblas-lapack
options = !strip
options = staticlibs
options = !buildflags
- source = OpenBLAS-0.3.19.tar.gz::https://github.com/xianyi/OpenBLAS/archive/v0.3.19.tar.gz
- sha256sums = 947f51bfe50c2a0749304fbe373e00e7637600b0a47b78a51382aeb30ca08562
+ source = OpenBLAS-0.3.20.tar.gz::https://github.com/xianyi/OpenBLAS/archive/v0.3.20.tar.gz
+ sha256sums = 8495c9affc536253648e942908e88e097f2ec7753ede55aca52e5dead3029e3c
pkgname = mingw-w64-openblas-lapack
diff --git a/PKGBUILD b/PKGBUILD
index 30e93abc79d8..9c41592eb0c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _architectures="i686-w64-mingw32 x86_64-w64-mingw32"
BUILDFLAG="USE_OPENMP=1 USE_THREAD=1 MAJOR_VERSION=3 NO_LAPACK=0 BUILD_LAPACK_DEPRECATED=1 CROSS=1 HOSTCC=gcc"
pkgname=mingw-w64-openblas-lapack
-pkgver=0.3.19
+pkgver=0.3.20
pkgrel=1
pkgdesc="An optimized BLAS library based on GotoBLAS2 1.13 BSD, providing optimized blas, lapack, and cblas (mingw-w64)"
arch=('any')
@@ -29,7 +29,7 @@ conflicts=('mingw-w64-openblas'
'mingw-w64-lapacke')
options=('!strip' 'staticlibs' '!buildflags')
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/xianyi/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('947f51bfe50c2a0749304fbe373e00e7637600b0a47b78a51382aeb30ca08562')
+sha256sums=('8495c9affc536253648e942908e88e097f2ec7753ede55aca52e5dead3029e3c')
prepare() {
cd ${srcdir}