diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-03-09 08:56:19 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-03-09 08:56:19 +0000 |
commit | cefce3228d9189a7d1516a8a67abaf84b81e74de (patch) | |
tree | 7db6e8c05cdd02c6400243186057f5ccb6c3cccc /testing/perl-scope-guard | |
parent | 6f36a961fe77c2bd07f6b9c0151af4b8c8c52cbe (diff) | |
download | aports-cefce3228d9189a7d1516a8a67abaf84b81e74de.tar.bz2 aports-cefce3228d9189a7d1516a8a67abaf84b81e74de.tar.xz |
testing/perl-scope-guard: upgrade to 0.21
Diffstat (limited to 'testing/perl-scope-guard')
-rw-r--r-- | testing/perl-scope-guard/APKBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/testing/perl-scope-guard/APKBUILD b/testing/perl-scope-guard/APKBUILD index fc9ce27752..d0ad8ecf6a 100644 --- a/testing/perl-scope-guard/APKBUILD +++ b/testing/perl-scope-guard/APKBUILD @@ -1,9 +1,9 @@ # Automatically generated by apkbuild-cpan, template 1 -# Contributor: Francesco Colista <francesco.colista@gmail.com> -# Maintainer: Francesco Colista <francesco.colista@gmail.com> +# Contributor: Francesco Colista <fcolista@alpinelinux.org> +# Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=perl-scope-guard _pkgreal=Scope-Guard -pkgver=0.20 +pkgver=0.21 pkgrel=0 pkgdesc="lexically-scoped resource management" url="http://search.cpan.org/dist/Scope-Guard/" @@ -36,6 +36,6 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -md5sums="495d5ae16a2df8128fd068c386c9d4ac Scope-Guard-0.20.tar.gz" -sha256sums="5b8fed60a3d77d8a9a3748db3dce894bb95431e98195be7f1920d26bbe7d4ad3 Scope-Guard-0.20.tar.gz" -sha512sums="fbee602a14bd22e8506bfb73510217b5ecf5c0f64178c966196b47800537acc00fbd46f259df46e2a973abf457fb0e326f5d363e14c65c552b03defd3c972308 Scope-Guard-0.20.tar.gz" +md5sums="be57b915d23ddac7677ef2ad9e52b92a Scope-Guard-0.21.tar.gz" +sha256sums="8c9b1bea5c56448e2c3fadc65d05be9e4690a3823a80f39d2f10fdd8f777d278 Scope-Guard-0.21.tar.gz" +sha512sums="65492e08ab79dc323649166e83ffc13c6f1fffaa9c60d581d8854dfe427a54a3c3c5e4d8b90308d4b1a31a1a54c7977b4e1d36fc9005c6e716c2361ce187fc9f Scope-Guard-0.21.tar.gz" |