summaryrefslogtreecommitdiff
path: root/core/grep
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-02-28 03:40:54 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-02-28 03:40:54 +0000
commit498f3c08a331f2e2a4a2cb58cb3f3320f24cefe8 (patch)
tree7abb7ddec6a6b2e2b6e49d64e0ee609855f627b7 /core/grep
parente32d80836b584e2625d5ff5a9347090bdd58da34 (diff)
Fri Feb 28 03:37:40 UTC 2014
Diffstat (limited to 'core/grep')
-rw-r--r--core/grep/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/grep/PKGBUILD b/core/grep/PKGBUILD
index 1823febb6..0b91dcefb 100644
--- a/core/grep/PKGBUILD
+++ b/core/grep/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 203054 2014-01-03 00:30:46Z allan $
+# $Id: PKGBUILD 206460 2014-02-26 23:09:38Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
pkgname=grep
-pkgver=2.16
+pkgver=2.18
pkgrel=1
pkgdesc="A string search utility"
arch=('i686' 'x86_64')
@@ -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=('502350a6c8f7c2b12ee58829e760b44d'
+md5sums=('7439f8266f50844b56cc3e2721606541'
'SKIP')
build() {