summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracxz2020-09-23 08:52:46 -0400
committeracxz2020-09-23 08:52:46 -0400
commit4daf9d7c8fd984625f17bd3e6b88f20f77390f4f (patch)
tree2a7abe5bb5c29936ba1dc14aff4fbb501e131cfb /PKGBUILD
parent064c9c7690d60f1a2d1dc542b9782c90ac91f4d5 (diff)
downloadaur-4daf9d7c8fd984625f17bd3e6b88f20f77390f4f.tar.gz
[rocm-smi-lib64] upgrade to 3.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca52c73109bb..020e99e829aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=rocm-smi-lib64
-pkgver=3.7.0
+pkgver=3.8.0
pkgrel=1
pkgdesc="ROCm SMI LIB"
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=()
makedepends=('cmake')
options=(!staticlibs strip)
source=("$pkgname-$pkgver.tar.gz::https://github.com/RadeonOpenCompute/rocm_smi_lib/archive/rocm-$pkgver.tar.gz")
-sha256sums=('72d2a3deda0b55a2d92833cd648f50c7cb64f8341b254a0badac0152b26f1391')
+sha256sums=('86250c9ae9dfb18d4f7259a5f2f09b21574d4996fe5034a739ce63a27acd0082')
build() {
mkdir -p "$srcdir/build"