From 9bb0731a0fe6e3fdb0a94b48a1df5e4b496a9a0c Mon Sep 17 00:00:00 2001 From: Tony Zorman Date: Thu, 1 Sep 2022 08:25:40 +0200 Subject: [PATCH] cgrep: update to 7.0.0 --- srcpkgs/cgrep/template | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/srcpkgs/cgrep/template b/srcpkgs/cgrep/template index 1c54fe367396..9d943300a68c 100644 --- a/srcpkgs/cgrep/template +++ b/srcpkgs/cgrep/template @@ -1,16 +1,15 @@ # Template file for 'cgrep' pkgname=cgrep -version=6.7.1 -revision=3 +version=7.0.0 +revision=1 build_style=haskell-stack -stackage="lts-19.0" makedepends="pcre-devel pkg-config" short_desc="Context-aware grep for source codes" -maintainer="slotThe " +maintainer="Tony Zorman " license="GPL-2.0-or-later" homepage="https://awgn.github.io/cgrep/" -distfiles="https://github.com/awgn/${pkgname}/archive/v${version}.tar.gz" -checksum=ba38c17ad5e6601c5d6bec371940898b713f74c910f755f5f743a52998ac5efd +distfiles="https://github.com/awgn/cgrep/archive/v${version}.tar.gz" +checksum=87c596447882b3acf0a754ac52ac1b5314961e652708a25ffc49ec5977b1f11a nocross=yes nopie_files="/usr/bin/cgrep" conflicts="codesearch"