diff options
author | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2013-08-10 21:21:01 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2013-08-10 21:21:01 +0200 |
commit | 1e7877fdd60127ea34155212753955d8df5eb258 (patch) | |
tree | 006c794a21af11d8cedc08d6febcde40e5d646a8 /main/perl-locale-maketext-lexicon | |
parent | ec5a4bb193f3fe4a6f233c8291ad179de421140a (diff) | |
download | aports-1e7877fdd60127ea34155212753955d8df5eb258.tar.bz2 aports-1e7877fdd60127ea34155212753955d8df5eb258.tar.xz |
main/perl-locale-maketext-lexicon: upgrade to 0.96
Diffstat (limited to 'main/perl-locale-maketext-lexicon')
-rw-r--r-- | main/perl-locale-maketext-lexicon/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/main/perl-locale-maketext-lexicon/APKBUILD b/main/perl-locale-maketext-lexicon/APKBUILD index 8dcd55a6c7..0660febbda 100644 --- a/main/perl-locale-maketext-lexicon/APKBUILD +++ b/main/perl-locale-maketext-lexicon/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=perl-locale-maketext-lexicon -pkgver=0.91 +pkgver=0.96 pkgrel=0 pkgdesc="Locale::Maketext::Lexicon perl module" url="http://search.cpan.org/dist/Locale-Maketext-Lexicon/" @@ -36,4 +36,6 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -md5sums="ead74d03d40c72cd52d4d70771bbd122 Locale-Maketext-Lexicon-0.91.tar.gz" +md5sums="7b88febfd5bdbb2ed9e2ea197b7f0148 Locale-Maketext-Lexicon-0.96.tar.gz" +sha256sums="9b6edcd85bc93a6387daeacac30687ece8d5af1d4c43c7e1609f8e1d30915c76 Locale-Maketext-Lexicon-0.96.tar.gz" +sha512sums="83d9c6503b4b31ea786c9c7c1d242c7d12df35e9aa735901b833cd582c0078a1136571841c2d7872e6e64ea8043159eb848e37f679747568d2fadfd14854b46f Locale-Maketext-Lexicon-0.96.tar.gz" |