summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce1eba385e80..cb35ae71daa4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rocm-bandwidth-test
pkgdesc = Bandwidth test for ROCm
- pkgver = 5.1.3
+ pkgver = 5.2.0
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.3.tar.gz::https://github.com/RadeonOpenCompute/rocm_bandwidth_test/archive/rocm-5.1.3.tar.gz
- sha256sums = 6a6e7fb998c886951db75dcf34dca523d9caaff8d0ccf2b7431504a1808b1ff3
+ source = rocm-bandwidth-test-5.2.0.tar.gz::https://github.com/RadeonOpenCompute/rocm_bandwidth_test/archive/rocm-5.2.0.tar.gz
+ sha256sums = 046f2a6984c62899f57a557490136fbe7ab28e2fd334750abac71b03609226ef
pkgname = rocm-bandwidth-test
diff --git a/PKGBUILD b/PKGBUILD
index 57812dff6de8..650298bb21fa 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.3
+pkgver=5.2.0
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=('6a6e7fb998c886951db75dcf34dca523d9caaff8d0ccf2b7431504a1808b1ff3')
+sha256sums=('046f2a6984c62899f57a557490136fbe7ab28e2fd334750abac71b03609226ef')
_dirname="$(basename "$url")-$(basename "${source[0]}" .tar.gz)"
build() {