Ports/grep: Update grep to version 3.10

This commit is contained in:
Cameron Youell 2023-03-27 17:29:09 +11:00 committed by Linus Groh
parent 20b1a3b682
commit 4b3491ebb6
2 changed files with 5 additions and 5 deletions

View file

@ -93,7 +93,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`gnupg`](gnupg/) | GnuPG | 2.3.0 | https://gnupg.org/software/index.html |
| [`gnuplot`](gnuplot/) | Gnuplot | 5.2.8 | http://www.gnuplot.info/ |
| [`gperf`](gperf/) | GNU gperf | 3.1 | https://www.gnu.org/software/gperf/ |
| [`grep`](grep/) | GNU Grep | 3.8 | https://www.gnu.org/software/grep/ |
| [`grep`](grep/) | GNU Grep | 3.10 | 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 |
| [`gsl`](gsl/) | GNU Scientific Library | 2.7.1 | https://www.gnu.org/software/gsl/ |

View file

@ -1,11 +1,11 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=grep
version=3.8
port='grep'
version='3.10'
files="https://ftpmirror.gnu.org/gnu/grep/grep-${version}.tar.gz grep-${version}.tar.gz
https://ftpmirror.gnu.org/gnu/grep/grep-${version}.tar.gz.sig grep-${version}.tar.gz.sig
https://ftpmirror.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
useconfigure=true
useconfigure='true'
configopts=("--disable-perl-regexp")
auth_type="sig"
auth_type='sig'
auth_opts=("--keyring" "./gnu-keyring.gpg" "grep-${version}.tar.gz.sig")