From 306162de35ab182374fb11e5eaf606142a8c2832 Mon Sep 17 00:00:00 2001 From: "Mr.UNIX" <99476714+mrunix00@users.noreply.github.com> Date: Sun, 5 Feb 2023 16:54:53 +0000 Subject: [PATCH] Ports/sed: Update to 4.9 --- Ports/AvailablePorts.md | 2 +- Ports/sed/package.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 5e76e3f95b..a5b630ef0e 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -239,7 +239,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n | [`SDL_mixer`](SDL_mixer/) | SDL\_mixer (Audio mixer add-on for SDL 1.2) | 1.2.12 | https://www.libsdl.org/projects/SDL_mixer/release-1.2.html | | [`SDL_sound`](SDL_sound/) | SDL\_sound (Abstract soundfile decoder add-on for SDL 1.2) | 1.0.3 | https://www.icculus.org/SDL_sound/ | | [`SDLPoP`](SDLPoP/) | Prince of Persia game | | https://github.com/NagyD/SDLPoP | -| [`sed`](sed/) | GNU sed | 4.8 | https://www.gnu.org/software/sed/ | +| [`sed`](sed/) | GNU sed | 4.9 | https://www.gnu.org/software/sed/ | | [`serenity-theming`](serenity-theming/) | SerenityOS theming | 7a39b7d | https://github.com/SerenityOS/theming | | [`sfinx`](sfinx/) | Sfinx | 1.1 | https://www.scummvm.org/games/#games-sfinx | | [`sl`](sl/) | Steam Locomotive (SL) | | https://github.com/mtoyoda/sl | diff --git a/Ports/sed/package.sh b/Ports/sed/package.sh index 299ef168c0..8b62de0575 100755 --- a/Ports/sed/package.sh +++ b/Ports/sed/package.sh @@ -1,6 +1,6 @@ #!/usr/bin/env -S bash ../.port_include.sh port=sed -version=4.8 +version=4.9 useconfigure="true" use_fresh_config_sub="true" config_sub_paths=("build-aux/config.sub")