diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-09 13:18:19 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-09 13:18:19 +0000 |
commit | a7ac8f48f24d3fae2bf2b3bd110ef9bda839a6e3 (patch) | |
tree | efb7cfb59c29afa69fb5ca6fdab52ed786b89a0f /community/perl-datetime-format-strptime/APKBUILD | |
parent | 3213facf16cc11980479fcb83f8745c02d077515 (diff) | |
download | aports-a7ac8f48f24d3fae2bf2b3bd110ef9bda839a6e3.tar.bz2 aports-a7ac8f48f24d3fae2bf2b3bd110ef9bda839a6e3.tar.xz |
community/perl-datetime-format-strptime: upgrade to 1.76
Diffstat (limited to 'community/perl-datetime-format-strptime/APKBUILD')
-rw-r--r-- | community/perl-datetime-format-strptime/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/perl-datetime-format-strptime/APKBUILD b/community/perl-datetime-format-strptime/APKBUILD index 8152ff30b8..8860e592f7 100644 --- a/community/perl-datetime-format-strptime/APKBUILD +++ b/community/perl-datetime-format-strptime/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=perl-datetime-format-strptime _pkgreal=DateTime-Format-Strptime -pkgver=1.74 +pkgver=1.76 pkgrel=0 pkgdesc="Parse and format strp and strf time patterns" url="http://search.cpan.org/dist/DateTime-Format-Strptime/" @@ -43,4 +43,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="3b2b640f93956e82aff47f068c596018700615414c9b9ccf8d6bf68ad7b626ec86a831ec2b68807d7f137c10d4b8cfa5d2d50a6304252f3dfecbe9ff94e59617 DateTime-Format-Strptime-1.74.tar.gz" +sha512sums="896c6f1bdb77cf21f1170aae97466a96d7a4469d478f31ea66c16ed9ba5c86edd184fa578ea113bcc90a25fbd6b4ae5264053f1ef6092764b15f7fd461b491c9 DateTime-Format-Strptime-1.76.tar.gz" |