mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
perl-Package-Stash-XS: update to 0.29.
This commit is contained in:
parent
8c86fe1b00
commit
e80df7c6aa
1 changed files with 9 additions and 8 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template build file for 'perl-Package-Stash-XS'.
|
# Template file for 'perl-Package-Stash-XS'
|
||||||
pkgname=perl-Package-Stash-XS
|
pkgname=perl-Package-Stash-XS
|
||||||
version=0.28
|
version=0.29
|
||||||
revision=6
|
revision=1
|
||||||
wrksrc="${pkgname/perl-/}-${version}"
|
wrksrc="${pkgname/perl-/}-${version}"
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
makedepends="${hostmakedepends}"
|
makedepends="$hostmakedepends"
|
||||||
depends="${makedepends}"
|
depends="$makedepends"
|
||||||
|
checkdepends="perl-Test-Fatal perl-Test-Requires"
|
||||||
short_desc="Faster implementation of Package::Stash"
|
short_desc="Faster implementation of Package::Stash"
|
||||||
maintainer="John Regan <john@jrjrtech.com>"
|
maintainer="John Regan <john@jrjrtech.com>"
|
||||||
homepage="https://metacpan.org/release/Package-Stash-XS"
|
|
||||||
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
||||||
distfiles="${CPAN_SITE}/Package/${pkgname/perl-/}-$version.tar.gz"
|
homepage="https://metacpan.org/release/Package-Stash-XS"
|
||||||
checksum=23d8c5c25768ef1dc0ce53b975796762df0d6e244445d06e48d794886c32d486
|
distfiles="${CPAN_SITE}/Package/${pkgname/perl-/}-${version}.tar.gz"
|
||||||
|
checksum=d3676ba94641e03d6a30e951f09266c4c3ca3f5b58aa7b314a67f28e419878aa
|
||||||
|
|
Loading…
Add table
Reference in a new issue