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 caabdfaa2..902c0d0fa 100644
--- a/core/grep/PKGBUILD
+++ b/core/grep/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 197799 2013-10-30 10:37:55Z allan $
+# $Id: PKGBUILD 203054 2014-01-03 00:30:46Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
pkgname=grep
-pkgver=2.15
+pkgver=2.16
pkgrel=1
pkgdesc="A string search utility"
arch=('i686' 'x86_64' 'mips64el')
@@ -14,7 +14,7 @@ depends=('glibc' 'pcre' 'sh')
makedepends=('texinfo')
install=${pkgname}.install
source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('8cab8ca52bcae735af40278423c7c942'
+md5sums=('502350a6c8f7c2b12ee58829e760b44d'
'SKIP')
build() {