grep: update to 2.9.

This commit is contained in:
Juan RP 2011-06-22 00:13:53 +02:00
parent 01a10425e6
commit e0cde1886d
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
# Template build file for 'grep'.
pkgname=grep
version=2.8
version=2.9
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=da48d0e20bceaacc7d05bfcbccb34c3dee0c50bd7e80de5222fd5e319809af27
checksum=e9118eac72ecc71191725a7566361ab7643edfd3364869a47b78dc934a357970
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