diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-04 20:39:19 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-05 08:38:07 +0000 |
commit | 1455d31a2cb194e4dbbbf8e98f571ad34f93d40c (patch) | |
tree | 61ce1f6fcca0dfc477121f87725852a52b355fce /community/perl-unicode-linebreak/APKBUILD | |
parent | 778b1c024b51c282066bc100f4c3896a909bc007 (diff) | |
download | aports-1455d31a2cb194e4dbbbf8e98f571ad34f93d40c.tar.bz2 aports-1455d31a2cb194e4dbbbf8e98f571ad34f93d40c.tar.xz |
community/perl-unicode-linebreak: upgrade to 2019.001
Diffstat (limited to 'community/perl-unicode-linebreak/APKBUILD')
-rw-r--r-- | community/perl-unicode-linebreak/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/perl-unicode-linebreak/APKBUILD b/community/perl-unicode-linebreak/APKBUILD index 5d63a0beae..9b2eda20ce 100644 --- a/community/perl-unicode-linebreak/APKBUILD +++ b/community/perl-unicode-linebreak/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=perl-unicode-linebreak _pkgreal=Unicode-LineBreak -pkgver=2018.003 +pkgver=2019.001 pkgrel=0 pkgdesc="UAX #14 Unicode Line Breaking Algorithm" url="http://search.cpan.org/dist/Unicode-LineBreak/" @@ -41,4 +41,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="37fa931978e1f88667b13ef25eb3b2414a6b055f03fec5925b3605e06026f06af332179e07f35d58f61924f43f305a5bc5ef1d76a61e1d56568abf60c9bf8fc7 Unicode-LineBreak-2018.003.tar.gz" +sha512sums="2d285f928db2ed32aefa741629ce9f9bee82e69c247eaa2c9145fdb4e9bae4441bf822e108cbffc3955369539474c3299f0a8f69026a5f9686aa8458a1d87f27 Unicode-LineBreak-2019.001.tar.gz" |