Date: Friday, February 10, 2023 @ 12:14:05
  Author: tpkessler
Revision: 1399554

upgpkg: miopen-hip 5.4.3-1: ROCm patch release

Modified:
  miopen-hip/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-10 11:01:56 UTC (rev 1399553)
+++ PKGBUILD    2023-02-10 12:14:05 UTC (rev 1399554)
@@ -3,8 +3,8 @@
 # Contributor: JP-Ellis <[email protected]>
 
 pkgname=miopen-hip
-pkgver=5.4.2
-pkgrel=2
+pkgver=5.4.3
+pkgrel=1
 pkgdesc="AMD's Machine Intelligence Library (HIP backend)"
 arch=('x86_64')
 url='https://rocmsoftwareplatform.github.io/MIOpen/doc/html/'
@@ -15,10 +15,10 @@
 conflicts=('miopen')
 _git='https://github.com/ROCmSoftwarePlatform/MIOpen'
 _mlir='https://github.com/ROCmSoftwarePlatform/rocMLIR'
-_mlirver=5.4.1 #No changes between 5.4.1 and 5.4.2, so no upstream tag
+_mlirver=5.4.1 #No changes between 5.4.1 and 5.4.3, so no upstream tag
 source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz"
         
"$pkgname-rocmlir-$pkgver.tar.gz::$_mlir/archive/rocm-$_mlirver.tar.gz")
-sha256sums=('fe620d0b93acc036caaa067429d9cb09833c40c5dca2bc4ab327260dd3966919'
+sha256sums=('37ffe2ed3d7942da8ea2f6bdb85c7a2f58e3ccd31767db158a322769d3604efd'
             '2474c0b82593284a6ae8e55982e6c7b672e7812ad13f0a4544d1b796d7243966')
 options=(!lto)
 _dirname="$(basename "$_git")-$(basename "${source[0]}" .tar.gz)"

Reply via email to