diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-19 12:08:01 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-19 12:08:01 +0000 |
commit | fda6355c69ba62fd9b8df65e3eec5355e5ea4cbb (patch) | |
tree | deb915537509b56d32b1d7d963d85160403f0b4f /main/perl-locale-maketext-lexicon/APKBUILD | |
parent | d8503d95164d416c50a8e65687090de4385ae90a (diff) | |
download | aports-fda6355c69ba62fd9b8df65e3eec5355e5ea4cbb.tar.bz2 aports-fda6355c69ba62fd9b8df65e3eec5355e5ea4cbb.tar.xz |
main/perl-locale-maketext-lexicon: upgrade to 0.96
Diffstat (limited to 'main/perl-locale-maketext-lexicon/APKBUILD')
-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 8dcd55a6c..0660febbd 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" |