cgrep: update to 6.6.22.

This commit is contained in:
Leah Neukirchen 2018-01-02 17:16:13 +01:00
parent 985444e6e4
commit 231a5edc05
1 changed files with 5 additions and 5 deletions

View File

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