Skip to content
Merged
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 tree.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: tree
version: 2.1.0
epoch: 2
version: 2.1.1
epoch: 0
description: A recursive directory indented listing of files
copyright:
- license: GPL-2.0-or-later
Expand All @@ -18,7 +18,7 @@ environment:
pipeline:
- uses: fetch
with:
expected-sha256: e9f829a03996451bcf90fae4fdee4285bece6dc1a89de92a3f8e6cad29e03c71
expected-sha256: bcd2a0327ad40592a9c43e09a4d2ef834e6f17aa9a59012a5fb1007950b5eced
uri: https://gitlab.com/OldManProgrammer/unix-tree/-/archive/${{package.version}}/unix-tree-${{package.version}}.tar.gz

- uses: autoconf/make
Expand Down