summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracxz2020-09-23 09:06:31 -0400
committeracxz2020-09-23 09:06:31 -0400
commitc68fb2913c2f8a84330484b77b71eb56784f24a2 (patch)
tree2aeac7ef4195076e432d9e9bcb1a9440cc65c6c7 /PKGBUILD
parent6a9a40e1c73337c75fd6f557b4830261f921acf0 (diff)
downloadaur-c68fb2913c2f8a84330484b77b71eb56784f24a2.tar.gz
[rocm-validation-suite] updpkg 3.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1fa7fd913e49..45230f93e1a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=rocm-validation-suite
-pkgver=3.7.0
+pkgver=3.8.0
pkgrel=1
pkgdesc="Tool for detecting and troubleshooting common problems affecting AMD
GPUs"
@@ -11,7 +11,7 @@ depends=('pciutils' 'doxygen' 'rocblas' 'rocm-smi-lib64' 'git')
makedepends=('cmake')
options=(!staticlibs strip)
source=("$pkgname-$pkgver.tar.gz::https://github.com/ROCm-Developer-Tools/ROCmValidationSuite/archive/rocm-$pkgver.tar.gz")
-sha256sums=('bb42d7fb7ee877b80ce53b0cd1f04b0c8301197b6777d2edddcb44732bf8c9e2')
+sha256sums=('68f1c5102e5cbed205a0ecf5a01efbdccf480f7e484ab1e58cbc6bc03e428122')
build() {
mkdir -p "$srcdir/build"