diff --git a/srcpkgs/cgrep/template b/srcpkgs/cgrep/template index d668a18eed..db01b0eefa 100644 --- a/srcpkgs/cgrep/template +++ b/srcpkgs/cgrep/template @@ -1,16 +1,16 @@ # Template file for 'cgrep' pkgname=cgrep -version=6.6.25 +version=6.6.27 revision=1 nocross=yes build_style=haskell-stack -stackage="lts-10.2" +stackage="lts-12.0" makedepends="pcre-devel" short_desc="Context-aware grep for source codes" maintainer="Michael Gehring " -license="GPL-2" +license="GPL-2.0-or-later" homepage="https://awgn.github.io/cgrep/" distfiles="https://github.com/awgn/cgrep/archive/v${version}.tar.gz" -checksum=80d46e51c92a8a0c3cd0f6da8a3e0bb68e03ca80b919478b98f5124b9743322a +checksum=1c623478e1b93a43eb1f151d20fa1096439a84b6ce7024bb9856f10c6ffeca59 nopie_files="/usr/bin/cgrep" conflicts="codesearch"