summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkash Patel2022-04-10 09:22:30 -0400
committerGitHub2022-04-10 15:22:30 +0200
commit78d11a1e726daf011ed61de725a80f281ce05ba1 (patch)
tree295c1bfa97ee58914e973ecc0936584dc37a7994
parent110a0f8f291254f7655831bca7e4fb921a3c75ac (diff)
downloadaur-78d11a1e726daf011ed61de725a80f281ce05ba1.tar.gz
upgpkg: migraphx 5.1.1-1 (#665)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e491ab6f9b39..164fa927c603 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = migraphx
pkgdesc = AMD's graph optimization engine
- pkgver = 4.5.2
+ pkgver = 5.1.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-4.5.2.tar.gz::https://github.com/ROCmSoftwarePlatform/AMDMIGraphX/archive/rocm-4.5.2.tar.gz
- sha256sums = ecfd9a8e7967076f056d5b6a90b22f8919b82226443769b181193f16ebf58b83
+ source = migraphx-5.1.1.tar.gz::https://github.com/ROCmSoftwarePlatform/AMDMIGraphX/archive/rocm-5.1.1.tar.gz
+ sha256sums = b77b7ef1dfa566822cfe46ead838c9cdfcfad7bd2d64ee9b385d7dcd0270ad13
pkgname = migraphx
diff --git a/PKGBUILD b/PKGBUILD
index f92d4e43449b..97f5a7883887 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=4.5.2
+pkgver=5.1.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=('ecfd9a8e7967076f056d5b6a90b22f8919b82226443769b181193f16ebf58b83')
+sha256sums=('b77b7ef1dfa566822cfe46ead838c9cdfcfad7bd2d64ee9b385d7dcd0270ad13')
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
build() {