mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Ports/grep: Update grep to version 3.10
This commit is contained in:
parent
20b1a3b682
commit
4b3491ebb6
Notes:
sideshowbarker
2024-07-17 00:59:43 +09:00
Author: https://github.com/cammo1123 Commit: https://github.com/SerenityOS/serenity/commit/4b3491ebb6 Pull-request: https://github.com/SerenityOS/serenity/pull/18058 Reviewed-by: https://github.com/linusg
2 changed files with 5 additions and 5 deletions
|
@ -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/ |
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue