mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
ack: update to 2.24.
This commit is contained in:
parent
3ab277636c
commit
8451870afd
1 changed files with 5 additions and 5 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'ack'
|
# Template file for 'ack'
|
||||||
pkgname=ack
|
pkgname=ack
|
||||||
version=2.22
|
version=2.24
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
hostmakedepends="perl-File-Next"
|
hostmakedepends="perl-File-Next"
|
||||||
makedepends="${hostmakedepends}"
|
makedepends="$hostmakedepends"
|
||||||
depends="${makedepends}"
|
depends="$makedepends"
|
||||||
short_desc="Tool like grep, optimized for programmers"
|
short_desc="Tool like grep, optimized for programmers"
|
||||||
maintainer="Jan S. <jan.schreib@gmail.com>"
|
maintainer="Jan S. <jan.schreib@gmail.com>"
|
||||||
homepage="https://beyondgrep.com/"
|
|
||||||
license="Artistic-2.0"
|
license="Artistic-2.0"
|
||||||
|
homepage="https://beyondgrep.com/"
|
||||||
distfiles="${CPAN_SITE}/App/ack-${version}.tar.gz"
|
distfiles="${CPAN_SITE}/App/ack-${version}.tar.gz"
|
||||||
checksum=02c441dbbc86bf69c792ae92dc92419a0448c31f69d9703dd1530425c36e0f6c
|
checksum=72934009ad8fe712deeb2c41960f2746d0a25e3a226ad7c54232c00105e54f00
|
||||||
|
|
Loading…
Add table
Reference in a new issue