summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2022-04-05 16:42:21 +1000
committerGitHub2022-04-05 08:42:21 +0200
commit398d3baa77ddf07f94443660c7b2c60a8e209902 (patch)
tree73407cab04f5c7f39569f2be141bf6a8a831278f
parentcc8b95a60aa0c34978a18827ab37ca6463046316 (diff)
downloadaur-398d3baa77ddf07f94443660c7b2c60a8e209902.tar.gz
upgpkg: rocm-bandwidth-test 5.1.0-1 (#734)
Signed-off-by: JP-Ellis <josh@jpellis.me>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1079c8057087..f39165eff3d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rocm-bandwidth-test
pkgdesc = Bandwidth test for ROCm
- pkgver = 5.0.2
+ pkgver = 5.1.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.0.2.tar.gz::https://github.com/RadeonOpenCompute/rocm_bandwidth_test/archive/rocm-5.0.2.tar.gz
- sha256sums = c93f7dbb37233aa32d81057fa8b3fa88d7c7be9b7916430b5ffc701600a5ff45
+ 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
pkgname = rocm-bandwidth-test
diff --git a/PKGBUILD b/PKGBUILD
index 97fbd8ed351f..7736adb47fe8 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.0.2
+pkgver=5.1.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=('c93f7dbb37233aa32d81057fa8b3fa88d7c7be9b7916430b5ffc701600a5ff45')
+sha256sums=('18fe51f0ba61760fc89ffc81f737fd4fa20fb4b00df3f35145be77c3e0a6162b')
_dirname="$(basename "$url")-$(basename "${source[0]}" .tar.gz)"
build() {