From f4e083c9b357097bb113af570a78d8eb246a4309 Mon Sep 17 00:00:00 2001 From: "octo-sts[bot]" <157150467+octo-sts[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 14:06:00 +0000 Subject: [PATCH] clang-19/19.1.5 package update (#35709)

Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Co-authored-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> --- clang-19.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clang-19.yaml b/clang-19.yaml index 266d8a2b23b..3f859c0d68a 100644 --- a/clang-19.yaml +++ b/clang-19.yaml @@ -1,6 +1,6 @@ package: name: clang-19 - version: 19.1.4 + version: 19.1.5 epoch: 0 description: "C language family frontend for LLVM" copyright: @@ -51,12 +51,12 @@ pipeline: - uses: fetch with: uri: https://github.com/llvm/llvm-project/releases/download/llvmorg-${{package.version}}/clang-${{package.version}}.src.tar.xz - expected-sha256: b6d123a4435f1869af709f3288c4c4db48173acaf621088400d91521bc5aa225 + expected-sha256: e7dfc8050407b5cc564c1c1afe19517255c9229cccd886dbd5bac9b652828d85 - uses: fetch with: uri: https://github.com/llvm/llvm-project/releases/download/llvmorg-${{package.version}}/clang-tools-extra-${{package.version}}.src.tar.xz - expected-sha256: e09d0becbbe4dc3dec45dbda44649357456e559b46a72004696674c963734fa6 + expected-sha256: 9288a607dfb6350906e466ee49590e769ffb311a2f989889e9e52bd3e64c9398 strip-components: 0 - runs: |