From ed0772d9819892528462d10496aa9ed27b1be904 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 12 Sep 2017 06:59:01 +0000 Subject: [PATCH] cgrep: update to 6.6.18. --- srcpkgs/cgrep/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/cgrep/template b/srcpkgs/cgrep/template index 5914f185c65..43d4254bd9c 100644 --- a/srcpkgs/cgrep/template +++ b/srcpkgs/cgrep/template @@ -1,16 +1,16 @@ # Template file for 'cgrep' pkgname=cgrep -version=6.6.17 +version=6.6.18 revision=1 nocross=yes build_style=haskell-stack -stackage="lts-7.0" +stackage="lts-9.4" makedepends="pcre-devel" short_desc="A context-aware grep for source codes" maintainer="Michael Gehring " license="GPL-2" homepage="https://awgn.github.io/cgrep/" distfiles="https://github.com/awgn/cgrep/archive/v${version}.tar.gz" -checksum=2508563701365d9b49c9a5610a4ff7ea3905b2d9cd77ac332f485322d93bcd07 +checksum=e753a4b49eb5895f86798fbcc1b13f4d9dd6b3803bf43ea0274c6be7447f7347 nopie=yes conflicts="codesearch"