We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ecc1b3 + 06c9dd4 commit a0ee655Copy full SHA for a0ee655
1 file changed
uutils.yaml
@@ -1,6 +1,6 @@
1
package:
2
name: uutils
3
- version: 0.0.22
+ version: 0.0.23
4
epoch: 0
5
description: "Cross-platform Rust rewrite of the GNU coreutils."
6
copyright:
@@ -19,7 +19,7 @@ pipeline:
19
- uses: fetch
20
with:
21
uri: https://github.com/uutils/coreutils/archive/refs/tags/${{package.version}}.tar.gz
22
- expected-sha256: 9f15977f15f8fb259d71f941cfa6b4bb7d9cb7d78e6384bcae19b107760d2a31
+ expected-sha256: cb10a4790e80900345db9a4a929d36ab0d6bb0a81cd3427730300cbae5be9178
23
24
- name: Configure and build
25
runs: |
0 commit comments