summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkash Patel2022-07-17 05:06:02 -0500
committerGitHub2022-07-17 12:06:02 +0200
commitbce98d6181322792b17c8090da146758d5df4bce (patch)
treeeac548fca8fdd44d290d5284ee5b09042d3ed97c
parent281be3f52f2763da387a3e1284d1206423de1cef (diff)
downloadaur-bce98d6181322792b17c8090da146758d5df4bce.tar.gz
upgpkg: migraphx 5.2.0-1 (#815)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4537da97ec34..b6b5a23efa09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = migraphx
pkgdesc = AMD's graph optimization engine
- pkgver = 5.1.3
+ pkgver = 5.2.0
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.1.3.tar.gz::https://github.com/ROCmSoftwarePlatform/AMDMIGraphX/archive/rocm-5.1.3.tar.gz
- sha256sums = 686e068774500a46b6e6488370bbf5bd0bba6d19ecdb00636f951704d19c9ef2
+ source = migraphx-5.2.0.tar.gz::https://github.com/ROCmSoftwarePlatform/AMDMIGraphX/archive/rocm-5.2.0.tar.gz
+ sha256sums = 33afcdf52c6e0e3a2f939fcf30e87f712b8e8ef3633a3dc03a19fea359704925
pkgname = migraphx
diff --git a/PKGBUILD b/PKGBUILD
index 8416bb8e9f96..754be84f1fcb 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.1.3
+pkgver=5.2.0
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=('686e068774500a46b6e6488370bbf5bd0bba6d19ecdb00636f951704d19c9ef2')
+sha256sums=('33afcdf52c6e0e3a2f939fcf30e87f712b8e8ef3633a3dc03a19fea359704925')
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
build() {