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 coreutils.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: coreutils
version: "9.3"
epoch: 1
version: "9.4"
epoch: 0
description: "GNU core utilities"
copyright:
- license: GPL-3.0-or-later
Expand All @@ -25,7 +25,7 @@ pipeline:
- uses: fetch
with:
uri: https://ftp.gnu.org/gnu/coreutils/coreutils-${{package.version}}.tar.xz
expected-sha256: adbcfcfe899235b71e8768dcf07cd532520b7f54f9a8064843f8d199a904bbaa
expected-sha256: ea613a4cf44612326e917201bbbcdfbd301de21ffc3b59b6e5c07e040b275e52

- runs: |
env FORCE_UNSAFE_CONFIGURE=1 ./configure \
Expand Down