summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiuseppe Borzi2021-06-07 21:25:17 +0200
committerGiuseppe Borzi2021-06-07 21:25:17 +0200
commitaf8619a4c41435d9ebbeb200b935de1b4f47c49c (patch)
treeaf6b0aea7d1eb15c378f7901218eccb3357a3e7d
parent6f0d22dc0d1482f6ac926f9e21e2e0665cb2fb07 (diff)
downloadaur-af8619a4c41435d9ebbeb200b935de1b4f47c49c.tar.gz
Updated to 0.3.15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57eb6c21ae20..d42f90450387 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.14
+ pkgver = 0.3.15
pkgrel = 1
url = https://github.com/xianyi/OpenBLAS
arch = i686
@@ -13,8 +13,8 @@ pkgbase = opencblas
options = !makeflags
options = !emptydirs
options = !staticlibs
- source = https://github.com/xianyi/OpenBLAS/releases/download/v0.3.14/OpenBLAS-0.3.14.tar.gz
- sha512sums = c7d5947ada525a32bc6e97ff94272df9730fa5fb06102e06e80472baedc1a9119d82050cdaede192db15f816ae7143784d7801b61b64fab5b5cf97cdbd5e625e
+ source = https://github.com/xianyi/OpenBLAS/releases/download/v0.3.15/OpenBLAS-0.3.15.tar.gz
+ sha512sums = c07964ead5ffe9cf088364697bfe5cb409170663e420bdcd08a6366a028625d2a3c23ee4ddbaf0e625860a9fd08cbbb39f97eb985c366c052696d6f8598a844f
pkgname = opencblas
diff --git a/PKGBUILD b/PKGBUILD
index 06b17cbbb55e..9fb350b99e06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Giuseppe Borzi <gborzi _AT_ ieee _DOT_ org>
pkgname=opencblas
_pkgname=OpenBLAS
-pkgver=0.3.14
+pkgver=0.3.15
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=('c7d5947ada525a32bc6e97ff94272df9730fa5fb06102e06e80472baedc1a9119d82050cdaede192db15f816ae7143784d7801b61b64fab5b5cf97cdbd5e625e')
+sha512sums=('c07964ead5ffe9cf088364697bfe5cb409170663e420bdcd08a6366a028625d2a3c23ee4ddbaf0e625860a9fd08cbbb39f97eb985c366c052696d6f8598a844f')
build() {
cd "$srcdir/$_pkgname-$pkgver"