diff --git a/clang-19.yaml b/clang-19.yaml index 3f859c0d68a..f854a651bdd 100644 --- a/clang-19.yaml +++ b/clang-19.yaml @@ -1,6 +1,6 @@ package: name: clang-19 - version: 19.1.5 + version: 19.1.6 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: e7dfc8050407b5cc564c1c1afe19517255c9229cccd886dbd5bac9b652828d85 + expected-sha256: 6358cbb3e14687ca2f3465c61cffc65589b448aaa912ec2c163ef9fc046e8a89 - 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: 9288a607dfb6350906e466ee49590e769ffb311a2f989889e9e52bd3e64c9398 + expected-sha256: 417a7d0048d8eb62dbaa8461f1fd474eb6493b09e14d050b39cc1f051e8b71d1 strip-components: 0 - runs: |