grep: update to 2.10.
This commit is contained in:
parent
953e88de26
commit
261573c10e
1 changed files with 5 additions and 4 deletions
|
@ -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 <xtraeme@gmail.com>"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue