summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHurricanePootis2022-09-24 10:45:18 -0500
committerGitHub2022-09-24 17:45:18 +0200
commitc577ee62b211a59cbe6adca6e9ca39a0eb0dbdec (patch)
treeb5c408177615a2e98f1fc2936d8a1c36b326d754
parentd2757daf74ffb39474df51822016165644c338bd (diff)
downloadaur-c577ee62b211a59cbe6adca6e9ca39a0eb0dbdec.tar.gz
[Pull Request] Update rocm-core, rocm-opencl-sdk, rocm-hip-sdk, roctracer, rocm-language-runtime, rocm-hip-libraries, rocm-developer-tools, rocm-hip-runtime, hip-runtime-nvidia, rocm-validation-suite, rocm-llvm-alt-bin, and rocm-debug-agent (#859)
* upgpkg: rocm-core 5.2.3-1 * upgpkg: rocm-opencl-sdk 5.2.3-1 * upgpkg: rocm-hip-sdk 5.2.3-1 * upgpkg: roctracer 5.2.3-1 * upgpkg: rocm-language-runtime 5.2.3-1 * upgpkg: rocm-hip-libraries 5.2.3-1 * upgpkg: rocm-developer-tools 5.2.3-1 * upgpkg: rocm-hip-runtime 5.2.3-1 * upgpkg: hip-runtime-nvidia 5.2.3-1 * upgpkg: rocm-validation-suite 5.2.3-1 * upgpkg: rocm-llvm-alt-bin 5.2.3-1 * upgpkg: rocm-debug-agent 5.2.3-1 Co-authored-by: HurricanePootis <hurricanepootis@protonmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8027ab598c13..5a959d48de13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rocm-validation-suite
pkgdesc = Tool for detecting and troubleshooting common problems affecting AMD GPUs
- pkgver = 5.2.1
+ pkgver = 5.2.3
pkgrel = 1
url = https://github.com/ROCm-Developer-Tools/ROCmValidationSuite
arch = x86_64
@@ -16,10 +16,10 @@ pkgbase = rocm-validation-suite
options = !staticlibs
options = strip
options = !lto
- source = rocm-validation-suite-5.2.1.tar.gz::https://github.com/ROCm-Developer-Tools/ROCmValidationSuite/archive/rocm-5.2.1.tar.gz
+ source = rocm-validation-suite-5.2.3.tar.gz::https://github.com/ROCm-Developer-Tools/ROCmValidationSuite/archive/rocm-5.2.3.tar.gz
source = rvs-os-type.patch::https://github.com/acxz/ROCmValidationSuite/commit/eb1a4bf5de8d8ba25f21ee13d6af1c46416e3961.patch
source = rocblas-header.patch::https://github.com/acxz/ROCmValidationSuite/commit/3522af8597773cb5071746401280b8d813ca12cc.patch
- sha256sums = a0ea3ab9cbb8ac17bfa4537713a4d7075f869949bfdead4565a46f75864bd4a9
+ sha256sums = 5dfbd41c694bf2eb4368edad8653dc60ec2927d174fc7aaa5fa416156c5f921f
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index fe4e7cc117df..8e461c2ef8a8 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.1
+pkgver=5.2.3
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=('a0ea3ab9cbb8ac17bfa4537713a4d7075f869949bfdead4565a46f75864bd4a9'
+sha256sums=('5dfbd41c694bf2eb4368edad8653dc60ec2927d174fc7aaa5fa416156c5f921f'
'SKIP'
'SKIP')
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"