diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-04 16:01:42 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-04 16:01:42 -0300 |
commit | ce0e83c7c65d3dc10609bd1ebd1ce06bf313ecdf (patch) | |
tree | 943870bdc9b7342eac5ed6c3d29bdf6f90e695e0 /community/perl-test-most | |
parent | 43715450b83b7ddb2d979c539c37fe583c80cb0f (diff) | |
download | aports-ce0e83c7c65d3dc10609bd1ebd1ce06bf313ecdf.tar.bz2 aports-ce0e83c7c65d3dc10609bd1ebd1ce06bf313ecdf.tar.xz |
community/perl-test-most: upgrade to 0.37
Diffstat (limited to 'community/perl-test-most')
-rw-r--r-- | community/perl-test-most/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/perl-test-most/APKBUILD b/community/perl-test-most/APKBUILD index 3c3177e41c..51081ee8a3 100644 --- a/community/perl-test-most/APKBUILD +++ b/community/perl-test-most/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=perl-test-most _pkgreal=Test-Most -pkgver=0.36 +pkgver=0.37 pkgrel=0 pkgdesc="Most commonly needed test functions and features" url="https://metacpan.org/release/Test-Most/" @@ -35,4 +35,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="86aeba1865f0788c5314518a21b301f29195f849f226601f32b9534900db7766e5ff2737c908de3287000742743d025783ab7a0b59dd8dce3ffc31f1f0538f46 Test-Most-0.36.tar.gz" +sha512sums="133dbb9815884fbecd65520dd2f2d43a761439c33f7d32ffdfc80ed3d3e05fb563dca420cf5445e61382735a048c467b35b5c160b1013b5f5c7616be00aa328d Test-Most-0.37.tar.gz" |