mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 20:47:45 +00:00
Ports/grep: Update grep to version 3.11
This commit is contained in:
parent
10c93db20a
commit
548702bd4a
2 changed files with 3 additions and 3 deletions
|
@ -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=(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue