summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorsten Keßler2022-08-28 13:54:56 +0200
committerTorsten Keßler2022-08-28 13:54:56 +0200
commitadff6f535190b7c93a31f86d67c1eeaf01c2c6c2 (patch)
tree95819406893e0665b1f4a1be9b0e99c914c4971d
parentf5035647c249a3d4ec69020efd0ce29de1c0da8d (diff)
downloadaur-adff6f535190b7c93a31f86d67c1eeaf01c2c6c2.tar.gz
upgpkg: hipblas 5.2.3-1
patch release, udpate checksum
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30d19c171dc0..6173b3bcf0d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hipblas
pkgdesc = ROCm BLAS marshalling library
- pkgver = 5.2.1
+ pkgver = 5.2.3
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.1.tar.gz::https://github.com/ROCmSoftwarePlatform/hipBLAS/archive/rocm-5.2.1.tar.gz
+ source = hipblas-5.2.3.tar.gz::https://github.com/ROCmSoftwarePlatform/hipBLAS/archive/rocm-5.2.3.tar.gz
source = include-path.patch::https://github.com/ROCmSoftwarePlatform/hipBLAS/commit/84b593c7c6acf176b21841a0441801d5a254c62b.patch
- sha256sums = ccae36b118b7a1eb4b2f7d65fb163f54ab9c5cf774dbe2ec60971d4f78ae8308
+ sha256sums = 4d66db9b000b6207b5270d90556b724bfdb08ebbfcc675f014287e0be7ee6344
sha256sums = 34652acc94caad9cf9b22fcf7658b7c7a3fb4c1b517b3aa15e5cc35e973b4fc6
pkgname = hipblas
diff --git a/PKGBUILD b/PKGBUILD
index fc8db67fd49b..fd6a37466826 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.1
+pkgver=5.2.3
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=('ccae36b118b7a1eb4b2f7d65fb163f54ab9c5cf774dbe2ec60971d4f78ae8308'
+sha256sums=('4d66db9b000b6207b5270d90556b724bfdb08ebbfcc675f014287e0be7ee6344'
'34652acc94caad9cf9b22fcf7658b7c7a3fb4c1b517b3aa15e5cc35e973b4fc6')
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"