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
|
||||
version=0.28
|
||||
revision=6
|
||||
version=0.29
|
||||
revision=1
|
||||
wrksrc="${pkgname/perl-/}-${version}"
|
||||
build_style=perl-module
|
||||
hostmakedepends="perl"
|
||||
makedepends="${hostmakedepends}"
|
||||
depends="${makedepends}"
|
||||
makedepends="$hostmakedepends"
|
||||
depends="$makedepends"
|
||||
checkdepends="perl-Test-Fatal perl-Test-Requires"
|
||||
short_desc="Faster implementation of Package::Stash"
|
||||
maintainer="John Regan <john@jrjrtech.com>"
|
||||
homepage="https://metacpan.org/release/Package-Stash-XS"
|
||||
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
||||
distfiles="${CPAN_SITE}/Package/${pkgname/perl-/}-$version.tar.gz"
|
||||
checksum=23d8c5c25768ef1dc0ce53b975796762df0d6e244445d06e48d794886c32d486
|
||||
homepage="https://metacpan.org/release/Package-Stash-XS"
|
||||
distfiles="${CPAN_SITE}/Package/${pkgname/perl-/}-${version}.tar.gz"
|
||||
checksum=d3676ba94641e03d6a30e951f09266c4c3ca3f5b58aa7b314a67f28e419878aa
|
||||
|
|
Loading…
Reference in a new issue