summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2023-09-14 11:07:19 -0400
committerGuillaume Horel2023-09-14 11:07:19 -0400
commit386b0f1a6eaeaa5d33379b11e69eb52ef7f7a7fe (patch)
treeac7918a84562bf45553885186448503ed9ac67e7
parent7c49cf56d51c2b257733fa7ae9f2cbf0ce71d5a4 (diff)
downloadaur-386b0f1a6eaeaa5d33379b11e69eb52ef7f7a7fe.tar.gz
bump to 0.3.24
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 092e4c28d063..f3c60975fc1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openblas-lapack
pkgdesc = Optimized BLAS library based on GotoBLAS2 1.13 BSD (providing blas, lapack, and cblas)
- pkgver = 0.3.23
+ pkgver = 0.3.24
pkgrel = 2
url = http://www.openblas.net/
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = openblas-lapack
conflicts = cblas
conflicts = lapacke
options = !emptydirs
- source = OpenBLAS-0.3.23.tar.gz::https://github.com/xianyi/OpenBLAS/releases/download/v0.3.23/OpenBLAS-0.3.23.tar.gz
- sha256sums = 5d9491d07168a5d00116cdc068a40022c3455bf9293c7cb86a65b1054d7e5114
+ source = OpenBLAS-0.3.24.tar.gz::https://github.com/xianyi/OpenBLAS/releases/download/v0.3.24/OpenBLAS-0.3.24.tar.gz
+ sha256sums = ceadc5065da97bd92404cac7254da66cc6eb192679cf1002098688978d4d5132
pkgname = openblas-lapack
diff --git a/PKGBUILD b/PKGBUILD
index 63e7269da0f2..51db372aff4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=openblas-lapack
_PkgName=OpenBLAS
_pkgname=openblas
-pkgver=0.3.23
+pkgver=0.3.24
# grep VERSION "${srcdir}/${_PkgName}-${pkgver}"/lapack-netlib/README.md | tail -n 1 | cut -d ' ' -f 2
_lapackver=3.11.0
_blasver=3.11.0
@@ -21,7 +21,7 @@ provides=('openblas' "blas=${_blasver}" "lapack=${_lapackver}" "cblas=${_blasver
conflicts=('openblas' 'blas' 'lapack' 'cblas' 'lapacke')
options=(!emptydirs)
source=(${_PkgName}-${pkgver}.tar.gz::https://github.com/xianyi/OpenBLAS/releases/download/v${pkgver}/OpenBLAS-$pkgver.tar.gz)
-sha256sums=('5d9491d07168a5d00116cdc068a40022c3455bf9293c7cb86a65b1054d7e5114')
+sha256sums=('ceadc5065da97bd92404cac7254da66cc6eb192679cf1002098688978d4d5132')
# Add the following line to the _config variable if you want to set the number of make jobs
# MAKE_NB_JOBS=2 \