From e11b677e05a9aa40bd63d43d98645567ee4e9fe5 Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Mon, 13 Nov 2023 14:08:18 -0500 Subject: [PATCH] bump to 0.3.25 --- .SRCINFO | 8 ++++---- PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index f3c60975fc1c..d415eacb1268 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = openblas-lapack pkgdesc = Optimized BLAS library based on GotoBLAS2 1.13 BSD (providing blas, lapack, and cblas) - pkgver = 0.3.24 - pkgrel = 2 + pkgver = 0.3.25 + pkgrel = 1 url = http://www.openblas.net/ arch = x86_64 license = BSD @@ -19,7 +19,7 @@ pkgbase = openblas-lapack conflicts = cblas conflicts = lapacke options = !emptydirs - 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 + source = OpenBLAS-0.3.25.tar.gz::https://github.com/xianyi/OpenBLAS/releases/download/v0.3.25/OpenBLAS-0.3.25.tar.gz + sha256sums = 4c25cb30c4bb23eddca05d7d0a85997b8db6144f5464ba7f8c09ce91e2f35543 pkgname = openblas-lapack diff --git a/PKGBUILD b/PKGBUILD index 51db372aff4f..a438951955a9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,11 +6,11 @@ pkgname=openblas-lapack _PkgName=OpenBLAS _pkgname=openblas -pkgver=0.3.24 +pkgver=0.3.25 # grep VERSION "${srcdir}/${_PkgName}-${pkgver}"/lapack-netlib/README.md | tail -n 1 | cut -d ' ' -f 2 _lapackver=3.11.0 _blasver=3.11.0 -pkgrel=2 +pkgrel=1 pkgdesc="Optimized BLAS library based on GotoBLAS2 1.13 BSD (providing blas, lapack, and cblas)" arch=('x86_64') url="http://www.openblas.net/" @@ -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=('ceadc5065da97bd92404cac7254da66cc6eb192679cf1002098688978d4d5132') +sha256sums=('4c25cb30c4bb23eddca05d7d0a85997b8db6144f5464ba7f8c09ce91e2f35543') # Add the following line to the _config variable if you want to set the number of make jobs # MAKE_NB_JOBS=2 \