summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTorsten Keßler2022-07-30 15:46:47 +0200
committerTorsten Keßler2022-07-30 15:46:47 +0200
commitd2757daf74ffb39474df51822016165644c338bd (patch)
treefba7e2a9851051eb8ab5cf75eab5968b8840e890 /PKGBUILD
parente541b825fb5afd28cdf8d09d89f648303915486c (diff)
downloadaur-d2757daf74ffb39474df51822016165644c338bd.tar.gz
upgpkg: rocm-validation-suite 5.2.1-1
upstream release: Update checksum
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e165e856b5ba..fe4e7cc117df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: codyfish <fe27 at gmx dot net>
# Contributor: sofiageo <george at sofianos dot dev>
pkgname=rocm-validation-suite
-pkgver=5.2.0
+pkgver=5.2.1
pkgrel=1
pkgdesc="Tool for detecting and troubleshooting common problems affecting AMD GPUs"
arch=('x86_64')
@@ -15,7 +15,7 @@ _git='https://github.com/ROCm-Developer-Tools/ROCmValidationSuite'
source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz"
"rvs-os-type.patch::https://github.com/acxz/ROCmValidationSuite/commit/eb1a4bf5de8d8ba25f21ee13d6af1c46416e3961.patch"
"rocblas-header.patch::https://github.com/acxz/ROCmValidationSuite/commit/3522af8597773cb5071746401280b8d813ca12cc.patch")
-sha256sums=('2dfef5d66f544230957ac9aaf647b2f1dccf3cc7592cc322cae9fbdcf3321365'
+sha256sums=('a0ea3ab9cbb8ac17bfa4537713a4d7075f869949bfdead4565a46f75864bd4a9'
'SKIP'
'SKIP')
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"