summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7da618e8e87d..bd81307cb8c0 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 = 3.2.0
+ pkgver = 3.3.0
pkgrel = 1
url = https://github.com/ROCm-Developer-Tools/ROCmValidationSuite
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = rocm-validation-suite
depends = git
options = !staticlibs
options = strip
- source = rocm_validation_suite-roc-3.2.0.tar.gz::https://github.com/ROCm-Developer-Tools/ROCmValidationSuite/archive/roc-3.2.0.tar.gz
- sha256sums = be0e4bc1910a6e91119c2f26398b25efaa1c3943cd14ee3272bcd1838d416a33
+ source = rocm_validation_suite-roc-3.3.0.tar.gz::https://github.com/ROCm-Developer-Tools/ROCmValidationSuite/archive/roc-3.3.0.tar.gz
+ sha256sums = 37c62381a98d3f83aecad0b4870bdc98059b844e71a60fbc0eab1348d407a87a
pkgname = rocm-validation-suite
diff --git a/PKGBUILD b/PKGBUILD
index de0b8453a6c7..60ac2fbb7931 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=rocm-validation-suite
-pkgver=3.2.0
+pkgver=3.3.0
pkgrel=1
pkgdesc="Tool for detecting and troubleshooting common problems affecting AMD
GPUs"
@@ -11,7 +11,7 @@ depends=('pciutils' 'doxygen' 'rocblas' 'rocm-smi-lib' 'git')
makedepends=('cmake')
options=(!staticlibs strip)
source=("rocm_validation_suite-roc-$pkgver.tar.gz::https://github.com/ROCm-Developer-Tools/ROCmValidationSuite/archive/roc-$pkgver.tar.gz")
-sha256sums=('be0e4bc1910a6e91119c2f26398b25efaa1c3943cd14ee3272bcd1838d416a33')
+sha256sums=('37c62381a98d3f83aecad0b4870bdc98059b844e71a60fbc0eab1348d407a87a')
build() {
mkdir -p "$srcdir/build"