diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 7eaeb174d0..5c493e0a60 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -108,7 +108,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n | [`gnupg`](gnupg/) | GnuPG | 2.4.3 | https://gnupg.org/software/index.html | | [`gnuplot`](gnuplot/) | Gnuplot | 5.4.8 | http://www.gnuplot.info/ | | [`gperf`](gperf/) | GNU gperf | 3.1 | https://www.gnu.org/software/gperf/ | -| [`grep`](grep/) | GNU Grep | 3.10 | https://www.gnu.org/software/grep/ | +| [`grep`](grep/) | GNU Grep | 3.11 | https://www.gnu.org/software/grep/ | | [`grepcidr`](grepcidr/) | grepcidr | 2.0 | http://www.pc-tools.net/unix/grepcidr/ | | [`griffon`](griffon/) | The Griffon Legend | 1.0 | https://www.scummvm.org/games/#games-griffon | | [`groff`](groff/) | GNU roff | 1.22.4 | https://www.gnu.org/software/groff/ | diff --git a/Ports/grep/package.sh b/Ports/grep/package.sh index d3f27f6cf4..9e81d366d9 100755 --- a/Ports/grep/package.sh +++ b/Ports/grep/package.sh @@ -1,8 +1,8 @@ #!/usr/bin/env -S bash ../.port_include.sh port='grep' -version='3.10' +version='3.11' files=( - "https://ftpmirror.gnu.org/gnu/grep/grep-${version}.tar.gz#de7b21d8e3348ea6569c6fd5734e90a31169ef62429ea3dce48a6fc1dd85d260" + "https://ftpmirror.gnu.org/gnu/grep/grep-${version}.tar.gz#1f31014953e71c3cddcedb97692ad7620cb9d6d04fbdc19e0d8dd836f87622bb" ) useconfigure='true' configopts=(