diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-09-09 16:36:56 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-09-09 16:38:13 +0000 |
commit | 7d1bf27bfc7ef7e024f41c83224895f5f3a9197b (patch) | |
tree | 05205622d558a8ae7be1b7c842e674bd89796ae4 /community/perl-email-simple | |
parent | 0f671a528ebf2904ffe367919401b1a3720382d5 (diff) | |
download | aports-7d1bf27bfc7ef7e024f41c83224895f5f3a9197b.tar.bz2 aports-7d1bf27bfc7ef7e024f41c83224895f5f3a9197b.tar.xz |
community/perl-email-simple: upgrade to 2.214
Diffstat (limited to 'community/perl-email-simple')
-rw-r--r-- | community/perl-email-simple/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/community/perl-email-simple/APKBUILD b/community/perl-email-simple/APKBUILD index 5bf88c0b75..e9779c2d46 100644 --- a/community/perl-email-simple/APKBUILD +++ b/community/perl-email-simple/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=perl-email-simple _pkgreal=Email-Simple -pkgver=2.213 +pkgver=2.214 pkgrel=0 pkgdesc="unknown" url="http://search.cpan.org/dist/Email-Simple/" @@ -36,6 +36,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -md5sums="7c4e62ed560cad53c620d26cddc81c5a Email-Simple-2.213.tar.gz" -sha256sums="cdb97a9d647231cc0f7207a31ed6ec5ffde6b8ac6504910dc378bf619ed57cc5 Email-Simple-2.213.tar.gz" -sha512sums="78e026399ae0f2449c7c4a6b8c7839a60bc9385545dcf81318de0d7ae179bd8bd510a17138f4f8d6d38ecdd6bd6b973cac0a19674244b214ca218e248af0b49f Email-Simple-2.213.tar.gz" +sha512sums="0a2b721b48e621c3cda2453934943dad0b779c30aa20821536f189f2d1c02512ec0451b8273ebef2618b42741cf72b59a6b6e7fbe4db2b1891f436815ed7c117 Email-Simple-2.214.tar.gz" |