Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions llvm-libunwind.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: llvm-libunwind
version: 16.0.2
version: 16.0.6
epoch: 0
description: LLVM version of libunwind library
copyright:
Expand All @@ -20,13 +20,13 @@ environment:
pipeline:
- uses: fetch
with:
expected-sha256: e54812a0ff52a4d78d28464511d180fdb27b9a91e0c88107703cd556a53b9b36
expected-sha256: 7e04070aee07e43ecb5f2b321a7cc64671202af3bcf15324bb1e134cdb7b2b72
uri: https://github.com/llvm/llvm-project/releases/download/llvmorg-${{package.version}}/libunwind-${{package.version}}.src.tar.xz

- uses: fetch
with:
uri: https://github.com/llvm/llvm-project/releases/download/llvmorg-${{package.version}}/cmake-${{package.version}}.src.tar.xz
expected-sha256: 59c7239ec20c4d0bf3325ed3bb7ec8dad585632b0d9a07f0c2580e1ffe2abb22
expected-sha256: 39d342a4161095d2f28fb1253e4585978ac50521117da666e2b1f6f28b62f514
strip-components: 0

- runs: |
Expand Down