summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTorsten Keßler2022-07-22 18:12:20 +0200
committerTorsten Keßler2022-07-22 18:12:20 +0200
commit377c46edef5b61188c9d95ba92485ae5e5fea778 (patch)
tree4056fa9bec95d2d4138a31788cdf1bcab427c5f9 /PKGBUILD
parentd6a310383164f665262016583bed47f844930e6b (diff)
downloadaur-377c46edef5b61188c9d95ba92485ae5e5fea778.tar.gz
upgpkg: rocminfo 5.2.1-1
Update checksum
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4386ab3175f5..61bf279e662a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: acxz <akashpatel2008 at yahoo dot com>
pkgname=rocminfo
-pkgver=5.2.0
+pkgver=5.2.1
pkgrel=1
pkgdesc='ROCm info tools - rocm_agent_enumerator'
arch=('x86_64')
@@ -15,7 +15,7 @@ depends=('pciutils' 'python' 'hsa-rocr')
makedepends=('cmake' 'git' 'rocm-cmake')
source=("$pkgname-$pkgver.tar.gz::$url/archive/rocm-$pkgver.tar.gz"
"fix-kfd.patch::https://patch-diff.githubusercontent.com/raw/RadeonOpenCompute/rocminfo/pull/53.patch")
-sha256sums=('e721eb81efd384abd22ff01cdcbb6245b11084dc11a867c74c8ad6b028aa0404'
+sha256sums=('e8a3b3228387d164e21de060e18ac018eecb5e9abe0ae45830c51ead4b7f1004'
'SKIP')
_dirname="$(basename "$url")-$(basename "${source[0]}" .tar.gz)"