summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorsten Keßler2022-04-09 16:06:17 +0200
committerTorsten Keßler2022-04-09 16:06:17 +0200
commit19a5e3ee697903e6369c7a5696afda74ef9954e6 (patch)
tree748d861f73c68db740ef776f668e7b4eebe02b7c
parent398d3baa77ddf07f94443660c7b2c60a8e209902 (diff)
downloadaur-19a5e3ee697903e6369c7a5696afda74ef9954e6.tar.gz
upgpkg: rocm-bandwidth-test 5.1.1-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f39165eff3d7..a1a6f7edd4c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rocm-bandwidth-test
pkgdesc = Bandwidth test for ROCm
- pkgver = 5.1.0
+ pkgver = 5.1.1
pkgrel = 1
url = https://github.com/RadeonOpenCompute/rocm_bandwidth_test
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = rocm-bandwidth-test
makedepends = cmake
depends = hsa-rocr
options = !staticlibs
- source = rocm-bandwidth-test-5.1.0.tar.gz::https://github.com/RadeonOpenCompute/rocm_bandwidth_test/archive/rocm-5.1.0.tar.gz
- sha256sums = 18fe51f0ba61760fc89ffc81f737fd4fa20fb4b00df3f35145be77c3e0a6162b
+ source = rocm-bandwidth-test-5.1.1.tar.gz::https://github.com/RadeonOpenCompute/rocm_bandwidth_test/archive/rocm-5.1.1.tar.gz
+ sha256sums = ffd2046e26d78b0e5b9abfb562867b8539aa48cd38344e06b6d862d06cd0ea50
pkgname = rocm-bandwidth-test
diff --git a/PKGBUILD b/PKGBUILD
index 7736adb47fe8..35a4277e1f5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Torsten Keßler <t dot kessler at posteo dot de>
# Contributor: acxz <akashpatel2008 at yahoo dot com>
pkgname=rocm-bandwidth-test
-pkgver=5.1.0
+pkgver=5.1.1
pkgrel=1
pkgdesc="Bandwidth test for ROCm"
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('hsa-rocr')
makedepends=('cmake')
options=(!staticlibs)
source=("$pkgname-$pkgver.tar.gz::https://github.com/RadeonOpenCompute/rocm_bandwidth_test/archive/rocm-$pkgver.tar.gz")
-sha256sums=('18fe51f0ba61760fc89ffc81f737fd4fa20fb4b00df3f35145be77c3e0a6162b')
+sha256sums=('ffd2046e26d78b0e5b9abfb562867b8539aa48cd38344e06b6d862d06cd0ea50')
_dirname="$(basename "$url")-$(basename "${source[0]}" .tar.gz)"
build() {