summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2020-03-28 22:01:58 +0800
committerpingplug2020-03-28 22:01:58 +0800
commitbef4674dbfe89c4f519a9f8f00ed63f8d89f3733 (patch)
tree48c6a9004b5784a03621f02412575a4cb3033876
parentbea7f687400d6fb5806f1fdd7e01f8a9d209c3b6 (diff)
downloadaur-bef4674dbfe89c4f519a9f8f00ed63f8d89f3733.tar.gz
Updated to 0.3.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3632c17a9a4f..0c18b3c4b5e5 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.8
+ pkgver = 0.3.9
pkgrel = 1
url = https://github.com/xianyi/OpenBLAS
arch = any
@@ -21,8 +21,8 @@ pkgbase = mingw-w64-openblas-lapack
options = !strip
options = staticlibs
options = !buildflags
- source = OpenBLAS-0.3.8.tar.gz::https://github.com/xianyi/OpenBLAS/archive/v0.3.8.tar.gz
- sha256sums = 8f86ade36f0dbed9ac90eb62575137388359d97d8f93093b38abe166ad7ef3a8
+ source = OpenBLAS-0.3.9.tar.gz::https://github.com/xianyi/OpenBLAS/archive/v0.3.9.tar.gz
+ sha256sums = 17d4677264dfbc4433e97076220adc79b050e4f8a083ea3f853a53af253bc380
pkgname = mingw-w64-openblas-lapack
diff --git a/PKGBUILD b/PKGBUILD
index 79e79c200486..08cb8eb1d940 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.8
+pkgver=0.3.9
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=('8f86ade36f0dbed9ac90eb62575137388359d97d8f93093b38abe166ad7ef3a8')
+sha256sums=('17d4677264dfbc4433e97076220adc79b050e4f8a083ea3f853a53af253bc380')
prepare() {
cd ${srcdir}