summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorsten Keßler2021-05-14 18:27:09 +0200
committerTorsten Keßler2021-05-14 18:27:09 +0200
commite60339d94d4be7dae48c4fea4129af53c535e134 (patch)
treecde4f79ab54f353f16ddf3f0d36cf21735d94220
parent80def49147a7230b25657ebbc5ce962d61fccefb (diff)
downloadaur-e60339d94d4be7dae48c4fea4129af53c535e134.tar.gz
upgpkg: migraphx 4.2.0-1
upstream release new release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f1ca1cd8030..d8257b4ef3bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = migraphx
pkgdesc = AMD's graph optimization engine
- pkgver = 4.1.0
+ pkgver = 4.2.0
pkgrel = 1
url = https://rocmsoftwareplatform.github.io/AMDMIGraphX/doc/html/
arch = x86_64
@@ -14,9 +14,9 @@ pkgbase = migraphx
depends = pybind11
depends = msgpack-c
depends = blaze
- source = migraphx-4.1.0.tar.gz::https://github.com/ROCmSoftwarePlatform/AMDMIGraphX/archive/rocm-4.1.0.tar.gz
- source = migraphx-4.1.0-half.tar.gz::https://github.com/ROCmSoftwarePlatform/half/archive/refs/tags/1.12.0.tar.gz
- sha256sums = f9b1d2e25cdbaf5d0bfb07d4c8ccef0abaa291757c4bce296c3b5b9488174045
+ source = migraphx-4.2.0.tar.gz::https://github.com/ROCmSoftwarePlatform/AMDMIGraphX/archive/rocm-4.2.0.tar.gz
+ source = migraphx-4.2.0-half.tar.gz::https://github.com/ROCmSoftwarePlatform/half/archive/refs/tags/1.12.0.tar.gz
+ sha256sums = 93f22f6c641dde5d7fb8abcbd99621b3c81e332e125a6f3a258d5e4cf2055f55
sha256sums = 0a08660b68abb176ebc2a0cdf8de46e3182a7f46c66443bb80dbfaaec98cf969
pkgname = migraphx
diff --git a/PKGBUILD b/PKGBUILD
index 02bcc2b06d0c..0d567cb06e4b 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.1.0
+pkgver=4.2.0
pkgrel=1
pkgdesc="AMD's graph optimization engine"
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('rocm-cmake' 'miopen' 'hip' 'protobuf' 'pybind11' 'msgpack-c' 'blaze')
makedepends=('cmake' 'nlohmann-json')
source=("$pkgname-$pkgver.tar.gz::https://github.com/ROCmSoftwarePlatform/AMDMIGraphX/archive/rocm-$pkgver.tar.gz"
"$pkgname-$pkgver-half.tar.gz::https://github.com/ROCmSoftwarePlatform/half/archive/refs/tags/1.12.0.tar.gz")
-sha256sums=('f9b1d2e25cdbaf5d0bfb07d4c8ccef0abaa291757c4bce296c3b5b9488174045'
+sha256sums=('93f22f6c641dde5d7fb8abcbd99621b3c81e332e125a6f3a258d5e4cf2055f55'
'0a08660b68abb176ebc2a0cdf8de46e3182a7f46c66443bb80dbfaaec98cf969')
build() {