summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorsten Keßler2022-07-23 15:23:02 +0200
committerTorsten Keßler2022-07-23 15:23:02 +0200
commitf5035647c249a3d4ec69020efd0ce29de1c0da8d (patch)
treea847df246f973f088cd2c2d05878dc123607ef54
parent4192e9fc1b33bce3fddd22c5f3db2605f6fe598b (diff)
downloadaur-f5035647c249a3d4ec69020efd0ce29de1c0da8d.tar.gz
upgpkg: hipblas 5.2.1-1
Update checksum
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cb4d6ffacbe..30d19c171dc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hipblas
pkgdesc = ROCm BLAS marshalling library
- pkgver = 5.2.0
+ pkgver = 5.2.1
pkgrel = 1
url = https://hipblas.readthedocs.io/en/latest/
arch = x86_64
@@ -10,9 +10,9 @@ pkgbase = hipblas
depends = hip
depends = rocblas
depends = rocsolver
- source = hipblas-5.2.0.tar.gz::https://github.com/ROCmSoftwarePlatform/hipBLAS/archive/rocm-5.2.0.tar.gz
+ source = hipblas-5.2.1.tar.gz::https://github.com/ROCmSoftwarePlatform/hipBLAS/archive/rocm-5.2.1.tar.gz
source = include-path.patch::https://github.com/ROCmSoftwarePlatform/hipBLAS/commit/84b593c7c6acf176b21841a0441801d5a254c62b.patch
- sha256sums = 5e9091dc4ef83896f5c3bc5ade1cb5db8e1a6afc451dbba4da19d8a7ec2b6f29
+ sha256sums = ccae36b118b7a1eb4b2f7d65fb163f54ab9c5cf774dbe2ec60971d4f78ae8308
sha256sums = 34652acc94caad9cf9b22fcf7658b7c7a3fb4c1b517b3aa15e5cc35e973b4fc6
pkgname = hipblas
diff --git a/PKGBUILD b/PKGBUILD
index be17ee7b1f27..fc8db67fd49b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Torsten Keßler <t dot kessler at posteo dot de>
# Contributor: Markus Näther <naether.markus@gmail.com>
pkgname=hipblas
-pkgver=5.2.0
+pkgver=5.2.1
pkgrel=1
pkgdesc='ROCm BLAS marshalling library'
arch=('x86_64')
@@ -12,7 +12,7 @@ makedepends=('cmake' 'gcc-fortran')
_git='https://github.com/ROCmSoftwarePlatform/hipBLAS'
source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz"
"include-path.patch::https://github.com/ROCmSoftwarePlatform/hipBLAS/commit/84b593c7c6acf176b21841a0441801d5a254c62b.patch")
-sha256sums=('5e9091dc4ef83896f5c3bc5ade1cb5db8e1a6afc451dbba4da19d8a7ec2b6f29'
+sha256sums=('ccae36b118b7a1eb4b2f7d65fb163f54ab9c5cf774dbe2ec60971d4f78ae8308'
'34652acc94caad9cf9b22fcf7658b7c7a3fb4c1b517b3aa15e5cc35e973b4fc6')
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"