diff options
Diffstat (limited to 'user/perl-file-slurp')
-rw-r--r-- | user/perl-file-slurp/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/perl-file-slurp/APKBUILD b/user/perl-file-slurp/APKBUILD index d61534046..803f37b85 100644 --- a/user/perl-file-slurp/APKBUILD +++ b/user/perl-file-slurp/APKBUILD @@ -1,7 +1,7 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org> pkgname=perl-file-slurp -pkgver=9999.23 +pkgver=9999.24 pkgrel=0 pkgdesc="Simple and efficient file manipulation in Perl" url="https://metacpan.org/release/File-Slurp" @@ -31,4 +31,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="6f52b54100906791d9878a07f2190a725af717d52ed3349726c7c007c97902a9e643f45d539e40569a8ad2220cd7ae5de43b45049a1032f32cd04807de81b2fd File-Slurp-9999.23.tar.gz" +sha512sums="b866b96384e07e735b8e52391a6a003be39fdf416855064c28e94d5fc28ccb90dc18dfb8db4bfe13e403f92544fb05a6a1feaa6f7bc5ca774d5074c23a64074c File-Slurp-9999.24.tar.gz" |