mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
ack: update to 3.0.0
This commit is contained in:
parent
fb93c0f446
commit
c824a69412
1 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'ack'
|
# Template file for 'ack'
|
||||||
pkgname=ack
|
pkgname=ack
|
||||||
version=2.28
|
version=3.0.0
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
|
wrksrc="$pkgname-v$version"
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
hostmakedepends="perl-File-Next"
|
hostmakedepends="perl-File-Next"
|
||||||
makedepends="$hostmakedepends"
|
makedepends="$hostmakedepends"
|
||||||
|
@ -11,5 +12,5 @@ short_desc="Tool like grep, optimized for programmers"
|
||||||
maintainer="Jan S. <jan.schreib@gmail.com>"
|
maintainer="Jan S. <jan.schreib@gmail.com>"
|
||||||
license="Artistic-2.0"
|
license="Artistic-2.0"
|
||||||
homepage="https://beyondgrep.com/"
|
homepage="https://beyondgrep.com/"
|
||||||
distfiles="${CPAN_SITE}/App/ack-${version}.tar.gz"
|
distfiles="${CPAN_SITE}/App/ack-v${version}.tar.gz"
|
||||||
checksum=8a6ecbf0ab9aee75faa0b8975d4a47fe002a7f3885455ae45d71e2b04db2ef9b
|
checksum=8daddb225226b3cd532f8ab9ce4abfd31e651ad300deb7a4e419beb9197c4ded
|
||||||
|
|
Loading…
Add table
Reference in a new issue