summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTorsten Kessler2023-02-09 19:17:42 +0000
committerTorsten Kessler2023-02-09 19:17:42 +0000
commit6a345fc31a6e28e3cdc8ccfc7ad6e9cf8b16e270 (patch)
tree5d9219b748b931852795277a455eb8fc2f086cb6 /PKGBUILD
parent7e898770394bc887a0cc9e56a1ea5e9bf30f0b45 (diff)
downloadaur-6a345fc31a6e28e3cdc8ccfc7ad6e9cf8b16e270.tar.gz
ROCm patch release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b9ea22b560f..3a15e8998f35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: acxz <akashpatel2008 at yahoo dot com>
# Contributor: Jakub OkoĊ„ski <jakub@okonski.org>
pkgname=miopengemm
-pkgver=5.4.2
-pkgrel=2
+pkgver=5.4.3
+pkgrel=1
pkgdesc="An OpenCL GEMM kernel generator"
arch=('x86_64')
url="https://github.com/ROCmSoftwarePlatform/MIOpenGEMM"
@@ -11,7 +11,7 @@ license=('MIT')
depends=('ocl-icd')
makedepends=('opencl-headers' 'rocm-cmake')
source=("$pkgname-$pkgver.tar.gz::$url/archive/rocm-$pkgver.tar.gz")
-sha256sums=('b28440a655629e20d278f0060c497d912bac6f5b9a37302fe5c06e4e72c05b9b')
+sha256sums=('5051051cab60ca0f6347a981da6c9dbeddf8b0de698d4e5409a0db0c622acafc')
_dirname="$(basename "$url")-$(basename "${source[0]}" ".tar.gz")"
build() {