summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiuseppe Borzi2022-09-12 19:11:01 +0200
committerGiuseppe Borzi2022-09-12 19:11:01 +0200
commit5c64e65d06d3cc8fa3187448064917ce25aac7a0 (patch)
treed56254a5a08da849a225e81fffb6b91bbca98eda
parent0a39d56115f4ff7bbd0848c7b80026e676734d59 (diff)
downloadaur-5c64e65d06d3cc8fa3187448064917ce25aac7a0.tar.gz
Updated to 0.3.21
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c946a6a23442..a1ac6fd50f67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = opencblas
pkgdesc = An optimized CBLAS library based on GotoBLAS2 1.13 BSD
- pkgver = 0.3.20
+ pkgver = 0.3.21
pkgrel = 1
url = https://github.com/xianyi/OpenBLAS
arch = i686
@@ -13,7 +13,7 @@ pkgbase = opencblas
options = !makeflags
options = !emptydirs
options = !staticlibs
- source = https://github.com/xianyi/OpenBLAS/releases/download/v0.3.20/OpenBLAS-0.3.20.tar.gz
- sha512sums = 0742d40b74b11b781021280fd627fa5798e6856b49f2ba1111a5927aac1a7823bcb8162187555f4cf3a4dd7eadf5b1f2a4685c0b5e189847b2869166d1bc7391
+ source = https://github.com/xianyi/OpenBLAS/releases/download/v0.3.21/OpenBLAS-0.3.21.tar.gz
+ sha512sums = 4625c8e6ccfa9120281fd714d3f6b7c3ba2265470c1be76121d6b25dc3dacb899d26e5d9a417ddc616d23909f1411495aa995ef8d8d6df8511cd5cefbabcb1c5
pkgname = opencblas
diff --git a/PKGBUILD b/PKGBUILD
index cf4a51f6868f..20e663b1d7af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Giuseppe Borzi <gborzi _AT_ ieee _DOT_ org>
pkgname=opencblas
_pkgname=OpenBLAS
-pkgver=0.3.20
+pkgver=0.3.21
pkgrel=1
pkgdesc="An optimized CBLAS library based on GotoBLAS2 1.13 BSD "
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ provides=('cblas=3.9.0')
conflicts=('cblas')
options=(!makeflags !emptydirs !staticlibs)
source=($url/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz)
-sha512sums=('0742d40b74b11b781021280fd627fa5798e6856b49f2ba1111a5927aac1a7823bcb8162187555f4cf3a4dd7eadf5b1f2a4685c0b5e189847b2869166d1bc7391')
+sha512sums=('4625c8e6ccfa9120281fd714d3f6b7c3ba2265470c1be76121d6b25dc3dacb899d26e5d9a417ddc616d23909f1411495aa995ef8d8d6df8511cd5cefbabcb1c5')
build() {
cd "$srcdir/$_pkgname-$pkgver"