1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 03:47:34 +00:00

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

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