upgpkg: rocm-smi-lib64 5.0.2-1

upstream release
This commit is contained in:
Torsten Keßler 2022-03-05 17:10:19 +01:00
parent 999dfb1eb3
commit f6a4783db1
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = rocm-smi-lib64
pkgdesc = ROCm System Management Interface Library
pkgver = 5.0.1
pkgver = 5.0.2
pkgrel = 1
url = https://github.com/RadeonOpenCompute/rocm_smi_lib
arch = x86_64
@ -10,7 +10,7 @@ pkgbase = rocm-smi-lib64
makedepends = texlive-latexextra
options = !staticlibs
options = strip
source = rocm-smi-lib64-5.0.1.tar.gz::https://github.com/RadeonOpenCompute/rocm_smi_lib/archive/rocm-5.0.1.tar.gz
sha256sums = bf0beb092522ef06f94e7763217678ec6cba160ace1de3e1e0a61bf4ae251135
source = rocm-smi-lib64-5.0.2.tar.gz::https://github.com/RadeonOpenCompute/rocm_smi_lib/archive/rocm-5.0.2.tar.gz
sha256sums = a169129e4ecd1cca134039dc1bf91e1b3721768781abfae4ae61fad60a633472
pkgname = rocm-smi-lib64

View file

@ -1,7 +1,7 @@
# Maintainer: Torsten Keßler <t dot kessler at posteo dot de>
# Contributor: acxz <akashpatel2008 at yahoo dot com>
pkgname=rocm-smi-lib64
pkgver=5.0.1
pkgver=5.0.2
pkgrel=1
pkgdesc='ROCm System Management Interface Library'
arch=('x86_64')
@ -11,7 +11,7 @@ depends=()
makedepends=('cmake' 'doxygen' 'texlive-latexextra')
options=(!staticlibs strip)
source=("$pkgname-$pkgver.tar.gz::https://github.com/RadeonOpenCompute/rocm_smi_lib/archive/rocm-$pkgver.tar.gz")
sha256sums=('bf0beb092522ef06f94e7763217678ec6cba160ace1de3e1e0a61bf4ae251135')
sha256sums=('a169129e4ecd1cca134039dc1bf91e1b3721768781abfae4ae61fad60a633472')
_dirname="$(basename "$url")-$(basename "${source[0]}" .tar.gz)"