mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
ack: update to 2.18
This commit is contained in:
parent
96ac13d32e
commit
8c3ecb52df
1 changed files with 9 additions and 9 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template build file for 'ack'.
|
# Template file for 'ack'
|
||||||
pkgname=ack
|
pkgname=ack
|
||||||
version=2.16
|
version=2.18
|
||||||
revision=1
|
revision=1
|
||||||
|
noarch=yes
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
hostmakedepends="perl perl-File-Next"
|
hostmakedepends="perl-File-Next"
|
||||||
makedepends="${hostmakedepends}"
|
makedepends="${hostmakedepends}"
|
||||||
depends="${makedepends}"
|
depends="${makedepends}"
|
||||||
noarch="yes"
|
short_desc="Tool like grep, optimized for programmers"
|
||||||
short_desc="A Perl-based grep replacement, aimed at programmers with large trees of heterogeneous source code"
|
|
||||||
maintainer="Jan S. <jan.schreib@gmail.com>"
|
maintainer="Jan S. <jan.schreib@gmail.com>"
|
||||||
homepage="http://betterthangrep.com/"
|
homepage="https://beyondgrep.com/"
|
||||||
license="PerlArtistic"
|
license="Artistic-2.0"
|
||||||
distfiles="http://www.cpan.org/modules/by-authors/id/P/PE/PETDANCE/${pkgname}-${version}.tar.gz"
|
distfiles="${CPAN_SITE}/App/ack-${version}.tar.gz"
|
||||||
checksum=4ffc421bb26d3163d58fbf38129a8e18af0c857eefca7da239d13db5ddaacb45
|
checksum=fb4a0a11a5411cba5764163b8d074a447c2a753758821151b31dc7533663f058
|
||||||
|
|
Loading…
Add table
Reference in a new issue