Ports: Update grep to 3.12

This commit is contained in:
Linus Groh
2025-11-14 01:03:53 +00:00
committed by Nico Weber
parent b0ec510116
commit 308e6fb08b
2 changed files with 3 additions and 3 deletions

View File

@@ -114,7 +114,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`gnuplot`](gnuplot/) | Gnuplot | 5.4.9 | http://www.gnuplot.info/ |
| [`gperf`](gperf/) | GNU gperf | 3.3 | https://www.gnu.org/software/gperf/ |
| [`gpgme`](gpgme/) | GnuPG Made Easy (GPGME) | 1.23.2 | https://gnupg.org/software/gpgme/index.html |
| [`grep`](grep/) | GNU Grep | 3.11 | https://www.gnu.org/software/grep/ |
| [`grep`](grep/) | GNU Grep | 3.12 | 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/ |

View File

@@ -1,8 +1,8 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='grep'
version='3.11'
version='3.12'
files=(
"https://ftpmirror.gnu.org/gnu/grep/grep-${version}.tar.gz#1f31014953e71c3cddcedb97692ad7620cb9d6d04fbdc19e0d8dd836f87622bb"
"https://ftpmirror.gnu.org/gnu/grep/grep-${version}.tar.gz#badda546dfc4b9d97e992e2c35f3b5c7f20522ffcbe2f01ba1e9cdcbe7644cdc"
)
useconfigure='true'
configopts=(