diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-09-26 10:21:43 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-09-26 10:21:43 +0000 |
commit | 5d2594cddc14bf123f8bd014ba8432fc54b54e9c (patch) | |
tree | 14fa4e952c38ef15ce224cecc46f521bacbc455a /community/perl-test-simple | |
parent | a46ed308f3caa5cc5403df050c83fa24c78284f5 (diff) | |
download | aports-5d2594cddc14bf123f8bd014ba8432fc54b54e9c.tar.bz2 aports-5d2594cddc14bf123f8bd014ba8432fc54b54e9c.tar.xz |
community/perl-test-simple: upgrade to 1.302056
Diffstat (limited to 'community/perl-test-simple')
-rw-r--r-- | community/perl-test-simple/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/perl-test-simple/APKBUILD b/community/perl-test-simple/APKBUILD index 439395c150..25a6b1dbf3 100644 --- a/community/perl-test-simple/APKBUILD +++ b/community/perl-test-simple/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=perl-test-simple _pkgreal=Test-Simple -pkgver=1.302052 +pkgver=1.302056 pkgrel=0 pkgdesc="Basic utilities for writing tests." url="http://search.cpan.org/dist/Test-Simple/" @@ -36,6 +36,6 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -md5sums="2e39455e5b26c26abc1f0f2cef6e4fcc Test-Simple-1.302052.tar.gz" -sha256sums="d94b9c191db844a04ad5c4cf702b5bfd8ed8180cc6ae5ef1dee664b488317dcd Test-Simple-1.302052.tar.gz" -sha512sums="0e9b5b1f6dfdf31b6c0449445c2b372362c3139d480b60d6222ce24adeccf99e38116d2152abada0c708b3f38b22e6832560f647e23f0c8026dae6ff7d3be7a8 Test-Simple-1.302052.tar.gz" +md5sums="4a1c0edd6093574f01fde60198eaff1f Test-Simple-1.302056.tar.gz" +sha256sums="7ba4d821545051f3bc2a6a3308cc43a45f242eec0121a6c85394601785f2e2e8 Test-Simple-1.302056.tar.gz" +sha512sums="e6b88a896bf38c64d588926ba0d50dcb147aa0ac71f22cd76934651f34d9b112f658715bdb04e4d916cff1e2467f9c76fee4b57d7e462d84b6da8905e027a1d4 Test-Simple-1.302056.tar.gz" |