mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 09:21:57 -05:00
Ports/coreutils: Update to 9.5
This commit is contained in:
parent
c3553d213e
commit
45397d2129
2 changed files with 3 additions and 3 deletions
|
@ -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/ |
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue