summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTorsten Keßler2020-12-19 22:33:02 +0100
committerGitHub2020-12-19 16:33:02 -0500
commit1b1bc21d44a9924dcdceed9915c9a6144aaa322d (patch)
tree85211784fef683d03edb0da4c6147aed4003e54f /PKGBUILD
parent23936a01692a20d75482f1a09a15fb58f95c8a83 (diff)
downloadaur-1b1bc21d44a9924dcdceed9915c9a6144aaa322d.tar.gz
[rocm-bandwidth-test] Update to 4.0.0 (#530)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54b1a7bce398..062608e97bb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=rocm-bandwidth-test
-pkgver=3.10.0
+pkgver=4.0.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=('ad1dedad9023ccb050082c866fa5131665d9c3b50de0b78e4618730c29a07773')
+sha256sums=('bde2aa743979eac195dd13ec8d0fcb7da183fff489da32c28b872eed7f6681b3')
build() {
mkdir -p "$srcdir/build"