main/grep: upgrade to 2.14

This commit is contained in:
Natanael Copa 2012-08-21 08:48:14 +00:00
parent e8854bdfe8
commit 6c1925992a

View File

@ -1,7 +1,7 @@
# Contributor: Michael Mason <ms13sp@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=grep
pkgver=2.13
pkgver=2.14
pkgrel=0
pkgdesc="Searches input files for lines containing a match to a specified pattern"
url="http://www.gnu.org/software/grep/grep.html"
@ -29,4 +29,4 @@ package() {
make DESTDIR="$pkgdir" install
}
md5sums="5894d484e6c02249f9702d0d8a472115 grep-2.13.tar.xz"
md5sums="d4a3f03849d1e17ce56ab76aa5a24cab grep-2.14.tar.xz"