cgrep: update to 6.7.1.

This commit is contained in:
UsernameRandomlyGenerated 2021-12-21 10:21:39 +01:00 committed by Érico Nogueira Rolim
parent 8446f75744
commit eaad2079a4

View file

@ -1,16 +1,16 @@
# Template file for 'cgrep' # Template file for 'cgrep'
pkgname=cgrep pkgname=cgrep
version=6.6.33 version=6.7.1
revision=2 revision=1
build_style=haskell-stack build_style=haskell-stack
stackage="lts-17.5" stackage="lts-18.6"
makedepends="pcre-devel pkg-config" makedepends="pcre-devel pkg-config"
short_desc="Context-aware grep for source codes" short_desc="Context-aware grep for source codes"
maintainer="slotThe <soliditsallgood@mailbox.org>" maintainer="slotThe <soliditsallgood@mailbox.org>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="https://awgn.github.io/cgrep/" homepage="https://awgn.github.io/cgrep/"
distfiles="https://github.com/awgn/${pkgname}/archive/v${version}.tar.gz" distfiles="https://github.com/awgn/${pkgname}/archive/v${version}.tar.gz"
checksum=f0d7114e9c26dc3ff3515711cce63864f3995ac06ed3743acf2560fc5a1eb78e checksum=ba38c17ad5e6601c5d6bec371940898b713f74c910f755f5f743a52998ac5efd
nocross=yes nocross=yes
nopie_files="/usr/bin/cgrep" nopie_files="/usr/bin/cgrep"
conflicts="codesearch" conflicts="codesearch"