summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracxz2020-10-29 17:16:12 -0400
committeracxz2020-10-29 17:16:12 -0400
commit8a1abd2a8450d8d543aedbe1a564d0500193fc6e (patch)
treec197b2ab685434a24633871991b592ca01d70ae1 /PKGBUILD
parentc68fb2913c2f8a84330484b77b71eb56784f24a2 (diff)
downloadaur-8a1abd2a8450d8d543aedbe1a564d0500193fc6e.tar.gz
[rocm-validation-suite] updpkg 3.9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 45230f93e1a4..a56de1042dde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=rocm-validation-suite
-pkgver=3.8.0
+pkgver=3.9.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=('68f1c5102e5cbed205a0ecf5a01efbdccf480f7e484ab1e58cbc6bc03e428122')
+sha256sums=('17662028a4485b97e3ccaad5e94d20aaa2c3e9e3f741c7ebbf0f8b4cdebcc555')
build() {
mkdir -p "$srcdir/build"