diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-11-11 12:27:07 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-11-11 12:27:07 +0100 |
commit | 507c0cb7c38590dc2e5d4050c06f4a73646ab47b (patch) | |
tree | 652e94a10fd7df41d08fbd88b14ffe80d2e8bca7 /main/perl-test-refcount | |
parent | a1d15ff3d4b32d1e78b31460c871761911db5403 (diff) | |
download | aports-507c0cb7c38590dc2e5d4050c06f4a73646ab47b.tar.bz2 aports-507c0cb7c38590dc2e5d4050c06f4a73646ab47b.tar.xz |
main/perl-test-refcount: upgrade to 0.08
Diffstat (limited to 'main/perl-test-refcount')
-rw-r--r-- | main/perl-test-refcount/APKBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/main/perl-test-refcount/APKBUILD b/main/perl-test-refcount/APKBUILD index d4d71f1e7f..81af23396a 100644 --- a/main/perl-test-refcount/APKBUILD +++ b/main/perl-test-refcount/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Kiyoshi Aman <kiyoshi.aman@gmail.com> pkgname=perl-test-refcount _pkgreal=Test-Refcount -pkgver=0.07 +pkgver=0.08 pkgrel=0 pkgdesc="assert reference counts on objects" url="http://search.cpan.org/dist/Test-Refcount/" @@ -12,7 +12,7 @@ license="GPL PerlArtistic" cpandepends="" cpanmakedepends="" depends="$cpandepends" -makedepends="perl-dev $cpanmakedepends" +makedepends="perl-dev $cpanmakedepends perl-module-build" subpackages="$pkgname-doc" source="http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/$_pkgreal-$pkgver.tar.gz" @@ -35,4 +35,6 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -md5sums="0a78c2f25e91c27baf0f71118a970245 Test-Refcount-0.07.tar.gz" +md5sums="bcf11e5f0103568674bcc15d2168932e Test-Refcount-0.08.tar.gz" +sha256sums="90adbb5c8676953575d95e867b7aae763120de146268b7f4c00543e2c748cad7 Test-Refcount-0.08.tar.gz" +sha512sums="9a5ffe332f9a61c2f019963f49117f4a6af0b855371cd6aa24cc5e3edd7ee6caa54f25bcdd1edf57044c764030f8db37a1ee232d49130656643135cfac96d570 Test-Refcount-0.08.tar.gz" |