summaryrefslogtreecommitdiff
path: root/core/grep/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/grep/PKGBUILD')
-rw-r--r--core/grep/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/grep/PKGBUILD b/core/grep/PKGBUILD
index 637303660..ec14028b3 100644
--- a/core/grep/PKGBUILD
+++ b/core/grep/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 213576 2014-05-25 19:31:44Z seblu $
+# $Id: PKGBUILD 215061 2014-06-12 10:52:02Z seblu $
# Maintainer: Sébastien Luttringer <seblu@archlinux.org>
# Contributor: Allan McRae <allan@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
pkgname=grep
-pkgver=2.19
+pkgver=2.20
pkgrel=1
pkgdesc='A string search utility'
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ depends=('glibc' 'pcre')
makedepends=('texinfo')
install=$pkgname.install
source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('ac732142227d9fe9567d71301e127979'
+md5sums=('2cbea44a4f1548aee20b9ff2d3076908'
'SKIP')
build() {