Skip to content

Commit

Permalink
Ports/coreutils: Update to 9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
butter1125 authored and timschumi committed Dec 27, 2024
1 parent c3553d2 commit 45397d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Ports/AvailablePorts.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`cmake`](cmake/) | CMake | 3.26.4 | https://cmake.org/ |
| [`cmatrix`](cmatrix/) | cmatrix | 5c082c6 | https://github.com/abishekvashok/cmatrix |
| [`composer`](composer/) | Composer | 2.6.5 | https://getcomposer.org/ |
| [`coreutils`](coreutils/) | GNU core utilities | 9.4 | https://www.gnu.org/software/coreutils/ |
| [`coreutils`](coreutils/) | GNU core utilities | 9.5 | https://www.gnu.org/software/coreutils/ |
| [`cowsay`](cowsay/) | cowsay | 3.04 | https://github.com/tnalpgge/rank-amateur-cowsay |
| [`cpio`](cpio/) | GNU cpio archive utility | 2.14 | https://www.gnu.org/software/cpio/ |
| [`curl`](curl/) | curl | 8.10.1 | https://curl.se/ |
Expand Down
4 changes: 2 additions & 2 deletions Ports/coreutils/package.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='coreutils'
version='9.4'
version='9.5'
useconfigure='true'
use_fresh_config_sub='true'
config_sub_paths=(
'build-aux/config.sub'
)
files=(
"https://ftpmirror.gnu.org/gnu/coreutils/coreutils-${version}.tar.gz#5f600d9093973b0afe25393d9bc18c44f2232657f4ca0d95ea31c702eb66b739"
"https://ftpmirror.gnu.org/gnu/coreutils/coreutils-${version}.tar.gz#767ae6a22950ec42f3ba5f7c1de79dd27800ee8e9b8642da5dedb5974a1741e5"
)

# Exclude some non-working utilities:
Expand Down

0 comments on commit 45397d2

Please sign in to comment.