diff options
Diffstat (limited to 'user/perl-perlio-utf8_strict/APKBUILD')
-rw-r--r-- | user/perl-perlio-utf8_strict/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/user/perl-perlio-utf8_strict/APKBUILD b/user/perl-perlio-utf8_strict/APKBUILD index 0d86254a9..4dc2a822f 100644 --- a/user/perl-perlio-utf8_strict/APKBUILD +++ b/user/perl-perlio-utf8_strict/APKBUILD @@ -5,12 +5,12 @@ _pkgreal=PerlIO-utf8_strict _author=LEONT _au=${_author%%"${_author#??}"} _a=${_author%%"${_author#?}"} -pkgver=0.008 +pkgver=0.009 pkgrel=0 pkgdesc="Fast and correct UTF-8 I/O for Perl" url="https://metacpan.org/release/PerlIO-utf8_strict" arch="all" -license="Artistic-1.0-Perl" +license="Artistic-1.0-Perl OR GPL-1.0+" depends="perl" checkdepends="perl-test-exception" makedepends="perl-dev" @@ -32,4 +32,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="5a54c379925880abca7f85a2b08c19d54e222a03e06490ff366ee38e68018b5f6a4ab0bb8df15f9581b6265eac550090a35f3a4f52c748c008c9c575af41c911 PerlIO-utf8_strict-0.008.tar.gz" +sha512sums="2431cd11fb48d5cc2897d994afcfebd3a2f394f59bd366e4ca930ac110696408791052ecbaec32bc0180a978c3e348306b92b96ba9cdeef5d06d6dced07c70b9 PerlIO-utf8_strict-0.009.tar.gz" |