diff options
Diffstat (limited to 'user/perl-perlio-utf8_strict')
-rw-r--r-- | user/perl-perlio-utf8_strict/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/perl-perlio-utf8_strict/APKBUILD b/user/perl-perlio-utf8_strict/APKBUILD index 34d97f084..82d72c236 100644 --- a/user/perl-perlio-utf8_strict/APKBUILD +++ b/user/perl-perlio-utf8_strict/APKBUILD @@ -5,7 +5,7 @@ _pkgreal=PerlIO-utf8_strict _author=LEONT _au=${_author%%"${_author#??}"} _a=${_author%%"${_author#?}"} -pkgver=0.009 +pkgver=0.010 pkgrel=0 pkgdesc="Fast and correct UTF-8 I/O for Perl" url="https://metacpan.org/release/PerlIO-utf8_strict" @@ -32,4 +32,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="2431cd11fb48d5cc2897d994afcfebd3a2f394f59bd366e4ca930ac110696408791052ecbaec32bc0180a978c3e348306b92b96ba9cdeef5d06d6dced07c70b9 PerlIO-utf8_strict-0.009.tar.gz" +sha512sums="623d7ba2f80f87196c172ce2b9ad789b14455cdb18ef8dd388af357e50e299128d9f631a1a034d671e46c6c72770c5900f18c83be4b2796285bb7f56afaa76a0 PerlIO-utf8_strict-0.010.tar.gz" |