diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-11-14 00:44:41 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-11-16 18:07:31 +0000 |
commit | f2a6689508a204aeb251ef982a749e3efc2a483e (patch) | |
tree | c582960a51b6709de3c552ed1663197a11dcec85 /community/perl-unicode-collate | |
parent | 09f50b5c9a7c0c4f9ece4c896eae8b99bc5e499e (diff) | |
download | aports-f2a6689508a204aeb251ef982a749e3efc2a483e.tar.bz2 aports-f2a6689508a204aeb251ef982a749e3efc2a483e.tar.xz |
community/perl-unicode-collate: upgrade to 1.23
Diffstat (limited to 'community/perl-unicode-collate')
-rw-r--r-- | community/perl-unicode-collate/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/perl-unicode-collate/APKBUILD b/community/perl-unicode-collate/APKBUILD index 8b0b2f2964..1c49023f7c 100644 --- a/community/perl-unicode-collate/APKBUILD +++ b/community/perl-unicode-collate/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=perl-unicode-collate _pkgreal=Unicode-Collate -pkgver=1.22 +pkgver=1.23 pkgrel=0 pkgdesc="Unicode Collation Algorithm" url="http://search.cpan.org/dist/Unicode-Collate/" @@ -40,4 +40,4 @@ doc() { replaces="perl-doc" } -sha512sums="942d63667488b3601008fe2050d07ac4e289c0c1132b929a87061fad9054f40e2efc9c2e10d6373fab6d1be01d9d78a08317eadf30ed65257ae47af9e855efaf Unicode-Collate-1.22.tar.gz" +sha512sums="679b11fc4a1070c616dda04bead0635a7f890ac387191550c0f23f37588b07bc852e52046b2906b90f97e73e1e748d68e2eef713d4d44b0a14dcfaf9019cdf0b Unicode-Collate-1.23.tar.gz" |