grep: update to 2.7.
This commit is contained in:
parent
6adb4e70a5
commit
7389e0a2d1
|
@ -1,12 +1,12 @@
|
||||||
# Template build file for 'grep'.
|
# Template build file for 'grep'.
|
||||||
pkgname=grep
|
pkgname=grep
|
||||||
version=2.6.3
|
version=2.7
|
||||||
distfiles="http://ftp.gnu.org/gnu/grep/$pkgname-$version.tar.gz"
|
distfiles="http://ftp.gnu.org/gnu/grep/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--disable-perl-regexp"
|
configure_args="--disable-perl-regexp"
|
||||||
short_desc="The GNU grep utility"
|
short_desc="The GNU grep utility"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=a340e5d1544d9a964072196be627bad3e434ff7a87f3a57ea15aaccbbea4d666
|
checksum=ad14831015a79cea36785aa47415f6c0653a6ac4eaf9c15456f0d9d09c9e1bad
|
||||||
long_desc="
|
long_desc="
|
||||||
GNU grep is based on a fast lazy-state deterministic matcher (about twice
|
GNU grep is based on a fast lazy-state deterministic matcher (about twice
|
||||||
as fast as stock Unix egrep) hybridized with a Boyer-Moore-Gosper search for
|
as fast as stock Unix egrep) hybridized with a Boyer-Moore-Gosper search for
|
||||||
|
|
Loading…
Reference in New Issue