diff --git a/srcpkgs/grep/template b/srcpkgs/grep/template index 509247f0fed..7922617ddd0 100644 --- a/srcpkgs/grep/template +++ b/srcpkgs/grep/template @@ -1,12 +1,13 @@ # Template build file for 'grep'. pkgname=grep -version=2.9 -revision=2 -distfiles="http://ftp.gnu.org/gnu/grep/$pkgname-$version.tar.gz" +version=2.10 +homepage="http://www.gnu.org/software/grep/" +distfiles="http://ftp.gnu.org/gnu/grep/$pkgname-$version.tar.xz" build_style=gnu-configure short_desc="The GNU grep utility" maintainer="Juan RP " -checksum=e9118eac72ecc71191725a7566361ab7643edfd3364869a47b78dc934a357970 +license="GPL-3" +checksum=6c796773f23bcd9bb751165bb9ce13a04d678e6d426ca59843e386f99dc77ab3 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