Skip to content

Commit

Permalink
rollback xz to 5.4.6
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Hall <jason@chainguard.dev>
  • Loading branch information
imjasonh committed Mar 29, 2024
1 parent ad407ae commit 8c2e91d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xz.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: xz
version: 5.6.1
version: 5.4.6
epoch: 0
description: "Library and CLI tools for XZ and LZMA compressed files"
copyright:
Expand All @@ -18,7 +18,7 @@ pipeline:
- uses: fetch # use fetch instead of git-checkout else there is a circular dependency with git
with:
uri: https://github.com/tukaani-project/xz/releases/download/v${{package.version}}/xz-${{package.version}}.tar.gz
expected-sha256: 2398f4a8e53345325f44bdd9f0cc7401bd9025d736c6d43b372f4dea77bf75b8
expected-sha256: aeba3e03bf8140ddedf62a0a367158340520f6b384f75ca6045ccc6c0d43fd5c

- name: Configure
runs: |
Expand Down

0 comments on commit 8c2e91d

Please sign in to comment.