summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTorsten Keßler2020-12-20 00:45:36 +0100
committerGitHub2020-12-19 18:45:36 -0500
commita15dcc3484c7839b7dfa16c6b1911d82a8334209 (patch)
tree717a22a8513a0d57e65722e4dec4eb9685a61bc3 /PKGBUILD
parent06986673c4c6e0842f6406df954e3913a3a86d5d (diff)
downloadaur-a15dcc3484c7839b7dfa16c6b1911d82a8334209.tar.gz
[rocm-smi-lib64] Update to 4.0.0 (#540)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53b39fd13f72..0bf53fd6f6df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=rocm-smi-lib64
-pkgver=3.10.0
+pkgver=4.0.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=('8bb2142640d1c6bf141f19accf809e61377a6e0c0222e47ac4daa5da2c85ddac')
+sha256sums=('93d19229b5a511021bf836ddc2a9922e744bf8ee52ee0e2829645064301320f4')
build() {
mkdir -p "$srcdir/build"