summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiuseppe Borzi2020-07-30 12:06:46 +0200
committerGiuseppe Borzi2020-07-30 12:06:46 +0200
commit5cd829a4ba9139ac4a7d0f1c4d20a78f148113ed (patch)
tree8fa90a454fb6cc4b1b333c8054981569a55a6623 /PKGBUILD
parent903059b8f497e4d59756681a1665cd855ad10cd6 (diff)
downloadaur-5cd829a4ba9139ac4a7d0f1c4d20a78f148113ed.tar.gz
Updated to 0.3.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 75a668029aba..1a40618626ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Giuseppe Borzi <gborzi _AT_ ieee _DOT_ org>
pkgname=opencblas
_pkgname=OpenBLAS
-pkgver=0.3.9
+pkgver=0.3.10
pkgrel=1
pkgdesc="An optimized CBLAS library based on GotoBLAS2 1.13 BSD "
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ provides=('cblas=3.8.0')
conflicts=('cblas')
options=(!makeflags !emptydirs)
source=(${_pkgname}-v${pkgver}.tar.gz::http://github.com/xianyi/OpenBLAS/archive/v${pkgver}.tar.gz)
-md5sums=('28cc19a6acbf636f5aab5f10b9a0dfe1')
+sha512sums=('64a5f983b2f6e02cdb6e0f14433498cc5daa1ccfb49246f7a2dcd38f9982fa608f2abea069fe0e35012af8c1441c43d1f6418eaccd40795f5002fed1c36ce05d')
build() {
cd "$srcdir/$_pkgname-$pkgver"