cgrep: update to 6.6.18.

This commit is contained in:
Michael Gehring 2017-09-12 06:59:01 +00:00
parent ed704051ac
commit ed0772d981

View file

@ -1,16 +1,16 @@
# Template file for 'cgrep' # Template file for 'cgrep'
pkgname=cgrep pkgname=cgrep
version=6.6.17 version=6.6.18
revision=1 revision=1
nocross=yes nocross=yes
build_style=haskell-stack build_style=haskell-stack
stackage="lts-7.0" stackage="lts-9.4"
makedepends="pcre-devel" makedepends="pcre-devel"
short_desc="A context-aware grep for source codes" short_desc="A context-aware grep for source codes"
maintainer="Michael Gehring <mg@ebfe.org>" maintainer="Michael Gehring <mg@ebfe.org>"
license="GPL-2" license="GPL-2"
homepage="https://awgn.github.io/cgrep/" homepage="https://awgn.github.io/cgrep/"
distfiles="https://github.com/awgn/cgrep/archive/v${version}.tar.gz" distfiles="https://github.com/awgn/cgrep/archive/v${version}.tar.gz"
checksum=2508563701365d9b49c9a5610a4ff7ea3905b2d9cd77ac332f485322d93bcd07 checksum=e753a4b49eb5895f86798fbcc1b13f4d9dd6b3803bf43ea0274c6be7447f7347
nopie=yes nopie=yes
conflicts="codesearch" conflicts="codesearch"