summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2020-12-07 16:45:48 -0500
committeracxz2020-12-07 16:45:48 -0500
commit23936a01692a20d75482f1a09a15fb58f95c8a83 (patch)
treebb997b08a3bd60518ce682a6f4e85a7973d14fb3
parent2605c27564fa2a72ec25ace1f9484303a1ad3b22 (diff)
downloadaur-23936a01692a20d75482f1a09a15fb58f95c8a83.tar.gz
[rocm-bandwidth-test] updpkg 3.10.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fa61c2fcba3..ab69fb1dc32c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rocm-bandwidth-test
pkgdesc = Bandwidth test for ROCm
- pkgver = 3.9.0
+ pkgver = 3.10.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.9.0.tar.gz::https://github.com/RadeonOpenCompute/rocm_bandwidth_test/archive/rocm-3.9.0.tar.gz
- sha256sums = f366299b48a29b419febb2ba398d1abe4cd01425d33254777e426966b722d3b1
+ source = rocm-bandwidth-test-3.10.0.tar.gz::https://github.com/RadeonOpenCompute/rocm_bandwidth_test/archive/rocm-3.10.0.tar.gz
+ sha256sums = ad1dedad9023ccb050082c866fa5131665d9c3b50de0b78e4618730c29a07773
pkgname = rocm-bandwidth-test
diff --git a/PKGBUILD b/PKGBUILD
index 3390af0eae5f..54b1a7bce398 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=rocm-bandwidth-test
-pkgver=3.9.0
+pkgver=3.10.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=('f366299b48a29b419febb2ba398d1abe4cd01425d33254777e426966b722d3b1')
+sha256sums=('ad1dedad9023ccb050082c866fa5131665d9c3b50de0b78e4618730c29a07773')
build() {
mkdir -p "$srcdir/build"