summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMr.UNIX <99476714+mrunix00@users.noreply.github.com>2023-02-05 16:54:53 +0000
committerSam Atkins <atkinssj@gmail.com>2023-02-06 10:19:37 +0000
commit306162de35ab182374fb11e5eaf606142a8c2832 (patch)
treea6f6c099e6c3d4984da34cc68f34ba8dc41aa2a7
parent93d456077efc43977dfaddc809fec68b1f9626cf (diff)
downloadserenity-306162de35ab182374fb11e5eaf606142a8c2832.zip
Ports/sed: Update to 4.9
-rw-r--r--Ports/AvailablePorts.md2
-rwxr-xr-xPorts/sed/package.sh2
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")