grep: update to 2.6.

--HG--
extra : convert_revision : 91b887217ff868ef393ea0b408a0c9605a2d912f
This commit is contained in:
Juan RP 2010-03-26 09:29:28 +01:00
parent fa6b45a445
commit 7a562108a8

View file

@ -1,12 +1,12 @@
# Template build file for 'grep'.
pkgname=grep
version=2.5.4
distfiles="http://ftp.gnu.org/gnu/grep/$pkgname-$version.tar.bz2"
version=2.6
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=0abec64e01458fbd032e33351d8071602a959529ea796965e98338ee83a40020
checksum=2d0550a1f4578b7778adebadb047f90b2bd62b289e192662b7f2f3ee2ea0d9f2
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