diff options
author | Síle Ekaterin Liszka <sheila@vulpine.house> | 2022-05-03 23:59:02 +0000 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2022-05-03 19:59:22 -0500 |
commit | 38ae68a5219c179d6feaa81ccc7bd670dd7c9a71 (patch) | |
tree | 4bdeede2def8aac16be857291cbcd30d8c04647a | |
parent | 7ab12925ee5edf6c2e4bc004653add56f0c134cd (diff) | |
download | packages-38ae68a5219c179d6feaa81ccc7bd670dd7c9a71.tar.gz packages-38ae68a5219c179d6feaa81ccc7bd670dd7c9a71.tar.bz2 packages-38ae68a5219c179d6feaa81ccc7bd670dd7c9a71.tar.xz packages-38ae68a5219c179d6feaa81ccc7bd670dd7c9a71.zip |
system/perl-file-listing: upgrade to 6.15
-rw-r--r-- | system/perl-file-listing/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/system/perl-file-listing/APKBUILD b/system/perl-file-listing/APKBUILD index 2f90ff91f..2f5e1a610 100644 --- a/system/perl-file-listing/APKBUILD +++ b/system/perl-file-listing/APKBUILD @@ -1,12 +1,12 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> -# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org> +# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house> pkgname=perl-file-listing _pkgreal=File-Listing -_author=GAAS +_author=PLICEASE _au=${_author%%"${_author#??}"} _a=${_author%%"${_author#?}"} -pkgver=6.04 -pkgrel=2 +pkgver=6.15 +pkgrel=0 pkgdesc="Perl module for parsing directory lists in various formats" url="https://metacpan.org/release/File-Listing" arch="noarch" @@ -31,4 +31,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="a84198bc82003daaf88ed23218e34a7a1552dcd2855a9563e9609ce5df167a8295043501534c31614854fc8dd9c04b4af27b4d7320112c613914f94c86c2eeb2 File-Listing-6.04.tar.gz" +sha512sums="8368605bf196750f4044d87a8b784e6a28fa6fe6d5971c5de507b4df77859020dcba4929ce97f5091966a6a2fca94466a345450f2f9d2fad9fb88d880f491944 File-Listing-6.15.tar.gz" |