diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-10 08:26:56 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-10 08:26:56 +0000 |
commit | 12ffaee98da8b850e824885e40d54e4f35f8ee3b (patch) | |
tree | 52d68d026e396a6b87f12665301ecdf5c6e1490e /community/perl-test-without-module | |
parent | 805e216256916a09fd8ad4fc13feca10f9fe4d38 (diff) | |
download | aports-12ffaee98da8b850e824885e40d54e4f35f8ee3b.tar.bz2 aports-12ffaee98da8b850e824885e40d54e4f35f8ee3b.tar.xz |
community/perl-test-without-module: upgrade to 0.20
Diffstat (limited to 'community/perl-test-without-module')
-rw-r--r-- | community/perl-test-without-module/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/perl-test-without-module/APKBUILD b/community/perl-test-without-module/APKBUILD index 36de290b45..5bd055fe0a 100644 --- a/community/perl-test-without-module/APKBUILD +++ b/community/perl-test-without-module/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=perl-test-without-module _pkgreal=Test-Without-Module -pkgver=0.19 +pkgver=0.20 pkgrel=0 pkgdesc="Test fallback behaviour in absence of modules" url="http://search.cpan.org/dist/Test-Without-Module/" @@ -41,4 +41,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="947f9a840622b00486d4942a84f26b5f40ce271da5ff3ca508017d6531a46c217935aa0cecba4cafa925621fa91b38c82876481f45d558b33e15b9b24afa44e8 Test-Without-Module-0.19.tar.gz" +sha512sums="e92353cee46e712ddc6515c5872a61a84eb4186f9ce736bbf0fcca2979bfa7143588c05e683d31fc22cbaaa792ce8364768310f9de621e881cc207b80cf14d87 Test-Without-Module-0.20.tar.gz" |