From a87c28b3159806dd3bd82fb16d39f424ca9756ee Mon Sep 17 00:00:00 2001 From: UsernameRandomlyGenerated Date: Tue, 21 Dec 2021 10:21:39 +0100 Subject: [PATCH] cgrep: update to 6.7.1. --- srcpkgs/cgrep/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/cgrep/template b/srcpkgs/cgrep/template index 15eda3bafd0e..446e01b403eb 100644 --- a/srcpkgs/cgrep/template +++ b/srcpkgs/cgrep/template @@ -1,7 +1,7 @@ # Template file for 'cgrep' pkgname=cgrep -version=6.6.33 -revision=2 +version=6.7.1 +revision=1 build_style=haskell-stack stackage="lts-17.5" makedepends="pcre-devel pkg-config" @@ -10,7 +10,7 @@ maintainer="slotThe " license="GPL-2.0-or-later" homepage="https://awgn.github.io/cgrep/" distfiles="https://github.com/awgn/${pkgname}/archive/v${version}.tar.gz" -checksum=f0d7114e9c26dc3ff3515711cce63864f3995ac06ed3743acf2560fc5a1eb78e +checksum=ba38c17ad5e6601c5d6bec371940898b713f74c910f755f5f743a52998ac5efd nocross=yes nopie_files="/usr/bin/cgrep" conflicts="codesearch"