community/perl-carp-assert: upgrade to 0.22

This commit is contained in:
J0WI 2023-05-07 16:09:20 +02:00 committed by alice
parent bf4c7b838b
commit c7f62df245

View File

@ -4,15 +4,15 @@
pkgname=perl-carp-assert
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal=Carp-Assert
pkgver=0.21
pkgrel=4
pkgver=0.22
pkgrel=0
pkgdesc="Perl module for executable comments"
url="https://metacpan.org/release/Carp-Assert/"
arch="noarch"
license="GPL-1.0-or-later OR Artistic-1.0-Perl"
depends="perl"
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/N/NE/NEILB/Carp-Assert-$pkgver.tar.gz"
source="https://cpan.metacpan.org/authors/id/Y/YV/YVES/Carp-Assert-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"
build() {
@ -31,4 +31,6 @@ package() {
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
sha512sums="9fb96ebaf03a86edcd0262b5216b345839dc99e504738e52f883932e425cac33470fcb0e8e4653488c0d8e63e9904af311056213c63ae40bc3935eec4c0410a0 Carp-Assert-0.21.tar.gz"
sha512sums="
a757dd7bd5799ba98bf30fd2b55add05532af354e21e166ae1164acde71585a1b7783e28341dd8871dcc222de4bf6b78f05163e06d9f22681b7bbd547edc9c0a Carp-Assert-0.22.tar.gz
"