summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorsten Keßler2022-07-24 12:20:17 +0200
committerTorsten Keßler2022-07-24 12:20:17 +0200
commit0ab3eccb548ffa6221da0dfa8f583b81b18b9686 (patch)
tree0ffa6827298729a547626f697d0f46524fc164e3
parentbce98d6181322792b17c8090da146758d5df4bce (diff)
downloadaur-0ab3eccb548ffa6221da0dfa8f583b81b18b9686.tar.gz
upgpkg: migraphx 5.2.1-1
upstream release: Update checksum
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6b5a23efa09..8ba42056fcbf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = migraphx
pkgdesc = AMD's graph optimization engine
- pkgver = 5.2.0
+ pkgver = 5.2.1
pkgrel = 1
url = https://rocmsoftwareplatform.github.io/AMDMIGraphX/doc/html/
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = migraphx
depends = protobuf
depends = msgpack-cxx
depends = blaze
- source = migraphx-5.2.0.tar.gz::https://github.com/ROCmSoftwarePlatform/AMDMIGraphX/archive/rocm-5.2.0.tar.gz
- sha256sums = 33afcdf52c6e0e3a2f939fcf30e87f712b8e8ef3633a3dc03a19fea359704925
+ source = migraphx-5.2.1.tar.gz::https://github.com/ROCmSoftwarePlatform/AMDMIGraphX/archive/rocm-5.2.1.tar.gz
+ sha256sums = 300d990e1b92ad27c3eba3e94ef34538730ca9556398b8b9f7d61d28bf66c57d
pkgname = migraphx
diff --git a/PKGBUILD b/PKGBUILD
index 754be84f1fcb..56ee566f21bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Torsten Keßler <t dot kessler at posteo dot de>
# Contributor: acxz <akashpatel2008 at yahoo dot com>
pkgname=migraphx
-pkgver=5.2.0
+pkgver=5.2.1
pkgrel=1
pkgdesc="AMD's graph optimization engine"
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('hip' 'miopen' 'protobuf' 'msgpack-cxx' 'blaze')
makedepends=('cmake' 'rocm-cmake' 'nlohmann-json' 'half' 'pybind11')
_git='https://github.com/ROCmSoftwarePlatform/AMDMIGraphX'
source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('33afcdf52c6e0e3a2f939fcf30e87f712b8e8ef3633a3dc03a19fea359704925')
+sha256sums=('300d990e1b92ad27c3eba3e94ef34538730ca9556398b8b9f7d61d28bf66c57d')
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
build() {