mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
perl-MRO-Compat: update to 0.15
This commit is contained in:
parent
31673e06df
commit
6cd2fc6dc6
1 changed files with 6 additions and 5 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'perl-MRO-Compat'
|
# Template file for 'perl-MRO-Compat'
|
||||||
pkgname=perl-MRO-Compat
|
pkgname=perl-MRO-Compat
|
||||||
version=0.13
|
version=0.15
|
||||||
revision=3
|
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="perl"
|
||||||
depends="${hostmakedepends}"
|
depends="perl"
|
||||||
short_desc="MRO::Compat - mro::* interface compatibility for Perls < 5.9.5"
|
short_desc="MRO::Compat - mro::* interface compatibility for Perls < 5.9.5"
|
||||||
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
||||||
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
||||||
homepage="https://metacpan.org/release/MRO-Compat"
|
homepage="https://metacpan.org/release/MRO-Compat"
|
||||||
|
changelog="https://raw.githubusercontent.com/moose/MRO-Compat/master/Changes"
|
||||||
distfiles="${CPAN_SITE}/App/HAARG/MRO-Compat-${version}.tar.gz"
|
distfiles="${CPAN_SITE}/App/HAARG/MRO-Compat-${version}.tar.gz"
|
||||||
checksum=8a2c3b6ccc19328d5579d02a7d91285e2afd85d801f49d423a8eb16f323da4f8
|
checksum=0d4535f88e43babd84ab604866215fc4d04398bd4db7b21852d4a31b1c15ef61
|
||||||
|
|
Loading…
Add table
Reference in a new issue