grep: update to 2.6.3.

--HG--
extra : convert_revision : d49b216428d5fde0fee8cc50d82c9649d8b0a7d2
This commit is contained in:
Juan RP 2010-04-08 13:49:18 +02:00
parent b8a20c51be
commit f19b694dbc

View File

@ -1,12 +1,12 @@
# Template build file for 'grep'.
pkgname=grep
version=2.6.2
version=2.6.3
distfiles="http://ftp.gnu.org/gnu/grep/$pkgname-$version.tar.gz"
build_style=gnu_configure
configure_args="--disable-perl-regexp"
short_desc="The GNU grep utility"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=fbda52dba0a649277853cb46b65c4bb97071a45f81ef31728c9a122e09cf686d
checksum=a340e5d1544d9a964072196be627bad3e434ff7a87f3a57ea15aaccbbea4d666
long_desc="
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