diff options
-rw-r--r-- | main/perl-file-listing/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/perl-file-listing/APKBUILD b/main/perl-file-listing/APKBUILD index 245cfe84d1..ee165080db 100644 --- a/main/perl-file-listing/APKBUILD +++ b/main/perl-file-listing/APKBUILD @@ -4,7 +4,7 @@ pkgname=perl-file-listing #_pkgreal is used by apkbuild-cpan to find modules at MetaCpan _pkgreal=File-Listing -pkgver=6.11 +pkgver=6.14 pkgrel=0 pkgdesc="Parse directory listing" replaces="perl-libwww" @@ -33,4 +33,5 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="7ed450b86bf39602c7d28fea330122a6c3991784ed660b20c532f157097c8abef99ba26fce2b965af1e114ef7ce2e5e5aa7f7b0638beaa08719e81ade7b9835a File-Listing-6.11.tar.gz" + +sha512sums="858339b15a455db570d15b02e801ab0e0afd47da71685002083cbcc1a0f89783fcad4e840e0381f186046ab2f355dc0f593dc8c9c0a2da0fc6f17a35265924ab File-Listing-6.14.tar.gz" |