diff options
Diffstat (limited to 'community')
-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" |