diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 147458ac6f..9272c0147c 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -26,7 +26,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^ | [`cmake`](cmake/) | CMake | 3.23.0 | https://cmake.org/ | | [`cmatrix`](cmatrix/) | cmatrix | 3112b12 | https://github.com/abishekvashok/cmatrix | | [`composer`](composer/) | Composer | 2.3.4 | https://getcomposer.org/ | -| [`coreutils`](coreutils/) | GNU core utilities | 9.0 | https://www.gnu.org/software/coreutils/ | +| [`coreutils`](coreutils/) | GNU core utilities | 9.1 | https://www.gnu.org/software/coreutils/ | | [`cfunge`](cfunge/) | cfunge | 2bc4fb2 | https://github.com/VorpalBlade/cfunge/ | | [`curl`](curl/) | curl | 7.82.0 | https://curl.se/ | | [`dash`](dash/) | DASH | 0.5.10.2 | http://gondor.apana.org.au/~herbert/dash | diff --git a/Ports/coreutils/package.sh b/Ports/coreutils/package.sh index c486695dd1..813550d2eb 100755 --- a/Ports/coreutils/package.sh +++ b/Ports/coreutils/package.sh @@ -1,6 +1,6 @@ #!/usr/bin/env -S bash ../.port_include.sh port=coreutils -version=9.0 +version=9.1 useconfigure="true" use_fresh_config_sub="true" config_sub_path=build-aux/config.sub