Date: Wednesday, February 8, 2023 @ 19:02:07
Author: tpkessler
Revision: 1396489
upgpkg: rocm-llvm 5.4.3-1: ROCm patch release
Modified:
rocm-llvm/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-08 19:01:43 UTC (rev 1396488)
+++ PKGBUILD 2023-02-08 19:02:07 UTC (rev 1396489)
@@ -3,8 +3,8 @@
pkgname=rocm-llvm
pkgdesc='Radeon Open Compute - LLVM toolchain (llvm, clang, lld)'
-pkgver=5.4.2
-pkgrel=3
+pkgver=5.4.3
+pkgrel=1
arch=('x86_64')
url='https://docs.amd.com/bundle/ROCm-Compiler-Reference-Guide-v5.4/page/Introduction_to_Compiler_Reference_Guide.html'
license=('custom:Apache 2.0 with LLVM Exception')
@@ -11,7 +11,7 @@
makedepends=('cmake' 'python' 'ninja')
_git='https://github.com/RadeonOpenCompute/llvm-project'
source=("${pkgname}-${pkgver}.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('9f0d0429c342715de2f9215c6998440945cb510a566ba3ebda7d14b34f2daccc')
+sha256sums=('a844d3cc01613f6284a75d44db67c495ac1e9b600eacbb1eb13d2649f5d5404d')
options=(staticlibs !lto !debug)
_dirname="$(basename "$_git")-$(basename "${source[0]}" .tar.gz)"