From e8a1b214be9c70a06fb270c7ae7230e1068d4f14 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Tue, 29 Oct 2019 15:32:04 -0500 Subject: [PATCH] cgrep: update to 6.6.30 --- srcpkgs/cgrep/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/cgrep/template b/srcpkgs/cgrep/template index 471aa51246e..729c6167f31 100644 --- a/srcpkgs/cgrep/template +++ b/srcpkgs/cgrep/template @@ -1,8 +1,7 @@ # Template file for 'cgrep' pkgname=cgrep -version=6.6.28 +version=6.6.30 revision=1 -nocross=yes build_style=haskell-stack stackage="lts-13.30" makedepends="pcre-devel" @@ -11,6 +10,7 @@ maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://awgn.github.io/cgrep/" distfiles="https://github.com/awgn/cgrep/archive/v${version}.tar.gz" -checksum=02ef2018d73c98608340146701a7e8c84e629732487fc9dab172d770d426e350 +checksum=b7aefe2d5b0abc1fb8143fe1e6faed636e2b4eb5198ad1d1f7f6db5121a37da3 +nocross=yes nopie_files="/usr/bin/cgrep" conflicts="codesearch"