From c7f62df245891b37a2bfd1c39793b4c9ea89cdf4 Mon Sep 17 00:00:00 2001 From: J0WI Date: Sun, 7 May 2023 16:09:20 +0200 Subject: [PATCH] community/perl-carp-assert: upgrade to 0.22 --- community/perl-carp-assert/APKBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/community/perl-carp-assert/APKBUILD b/community/perl-carp-assert/APKBUILD index f748daff65d..73dee0868cc 100644 --- a/community/perl-carp-assert/APKBUILD +++ b/community/perl-carp-assert/APKBUILD @@ -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 +"