diff options
author | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2013-08-10 21:31:50 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2013-08-10 21:31:50 +0200 |
commit | 6a264e02976ad22b4c7d2a11b5c4be841eb01b52 (patch) | |
tree | 8a6576d2a60a029191ec1ad9fa1d85cc9088b74f /main | |
parent | 211b40942ae680828e3436b2336a2c01a99c5fee (diff) | |
download | aports-6a264e02976ad22b4c7d2a11b5c4be841eb01b52.tar.bz2 aports-6a264e02976ad22b4c7d2a11b5c4be841eb01b52.tar.xz |
Revert "main/perl-locale-maketext-lexicon: upgrade to 0.96"
This reverts commit 1e7877fdd60127ea34155212753955d8df5eb258.
Diffstat (limited to 'main')
-rw-r--r-- | main/perl-locale-maketext-lexicon/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/main/perl-locale-maketext-lexicon/APKBUILD b/main/perl-locale-maketext-lexicon/APKBUILD index 0660febbda..8dcd55a6c7 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.96 +pkgver=0.91 pkgrel=0 pkgdesc="Locale::Maketext::Lexicon perl module" url="http://search.cpan.org/dist/Locale-Maketext-Lexicon/" @@ -36,6 +36,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -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" +md5sums="ead74d03d40c72cd52d4d70771bbd122 Locale-Maketext-Lexicon-0.91.tar.gz" |