1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 10:17:35 +00:00

Ports/grep: Update grep to version 3.7

This commit is contained in:
EWouters 2022-04-01 03:06:56 +02:00 committed by Brian Gianforcaro
parent 0e08aa7e10
commit 12b9bf826d
2 changed files with 2 additions and 3 deletions

View file

@ -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")