diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-09-01 12:27:16 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-09-01 12:27:16 +0000 |
commit | 4168d6b33f06965b01ddab70ec30c646bc11b790 (patch) | |
tree | 853c9fb58c26203b7d7bc001ff285e1ca0807018 /community | |
parent | 2ee0c2d51ba823872d385d98f03ac9395ce3b1e1 (diff) | |
download | aports-4168d6b33f06965b01ddab70ec30c646bc11b790.tar.bz2 aports-4168d6b33f06965b01ddab70ec30c646bc11b790.tar.xz |
community/perl-email-mime-contenttype: upgrade to 1.022
Diffstat (limited to 'community')
-rw-r--r-- | community/perl-email-mime-contenttype/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/perl-email-mime-contenttype/APKBUILD b/community/perl-email-mime-contenttype/APKBUILD index e2b65f7bf9..88731985ae 100644 --- a/community/perl-email-mime-contenttype/APKBUILD +++ b/community/perl-email-mime-contenttype/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=perl-email-mime-contenttype _pkgreal=Email-MIME-ContentType -pkgver=1.021 +pkgver=1.022 pkgrel=0 pkgdesc="Parse a MIME Content-Type Header" url="http://search.cpan.org/dist/Email-MIME-ContentType/" @@ -40,4 +40,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="581d2c3b0b2ba44512f9248e6f2342e3c466a445150261de47e07bde3dfd39a0fd1affcb76dbb3fdb048db7ec318fb503ce57ffd5ad513546cca938ae3d704d5 Email-MIME-ContentType-1.021.tar.gz" +sha512sums="38561922e0dbc180ac24003a3b64ef39e25a5607bbedc75a3e4580490ab84e02bfd5165225eff4884112cf1f82ec46ee62f31c047acea6b9a3cca390deb965be Email-MIME-ContentType-1.022.tar.gz" |