mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:57:35 +00:00
Ports/grep: Update grep to version 3.7
This commit is contained in:
parent
0e08aa7e10
commit
12b9bf826d
2 changed files with 2 additions and 3 deletions
|
@ -1,12 +1,11 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=grep
|
||||
version=2.5.4
|
||||
version=3.7
|
||||
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
|
||||
use_fresh_config_sub=true
|
||||
configopts=("--disable-perl-regexp")
|
||||
auth_type="sig"
|
||||
auth_opts=("--keyring" "./gnu-keyring.gpg" "grep-${version}.tar.gz.sig")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue