summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2020-09-23 08:16:44 -0400
committeracxz2020-09-23 08:16:44 -0400
commitda8d48723d72e998f267d000e59eb06d94f720e7 (patch)
tree001cdf4570f1daa48891f499171d98f7ed5cc532
parent55bf893d7a2a8d43e6ce60a14a1ed8da9eadf8bf (diff)
downloadaur-da8d48723d72e998f267d000e59eb06d94f720e7.tar.gz
[rocm-bandwidth-test] updpkg 3.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d7c78084e1b..76aef0ecb6b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rocm-bandwidth-test
pkgdesc = Bandwidth test for ROCm
- pkgver = 3.7.0
+ pkgver = 3.8.0
pkgrel = 1
url = https://github.com/RadeonOpenCompute/rocm_bandwidth_test
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = rocm-bandwidth-test
depends = hsa-rocr
options = !staticlibs
options = strip
- source = rocm-bandwidth-test-3.7.0.tar.gz::https://github.com/RadeonOpenCompute/rocm_bandwidth_test/archive/rocm-3.7.0.tar.gz
- sha256sums = 9aa1d4b7b01ee4d443effc76ed5f6f43a051fd815692b59dfccf0ecbfeaeed03
+ source = rocm-bandwidth-test-3.8.0.tar.gz::https://github.com/RadeonOpenCompute/rocm_bandwidth_test/archive/rocm-3.8.0.tar.gz
+ sha256sums = 7de71a2ba17bbeea9107f2e9e65729f507234d6cbbb44f251240d64683027497
pkgname = rocm-bandwidth-test
diff --git a/PKGBUILD b/PKGBUILD
index d11be5573919..8a3793957282 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=rocm-bandwidth-test
-pkgver=3.7.0
+pkgver=3.8.0
pkgrel=1
pkgdesc="Bandwidth test for ROCm"
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('hsa-rocr')
makedepends=('cmake')
options=(!staticlibs strip)
source=("$pkgname-$pkgver.tar.gz::https://github.com/RadeonOpenCompute/rocm_bandwidth_test/archive/rocm-$pkgver.tar.gz")
-sha256sums=('9aa1d4b7b01ee4d443effc76ed5f6f43a051fd815692b59dfccf0ecbfeaeed03')
+sha256sums=('7de71a2ba17bbeea9107f2e9e65729f507234d6cbbb44f251240d64683027497')
build() {
mkdir -p "$srcdir/build"