diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-06-16 07:20:16 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-06-16 08:32:51 +0000 |
commit | 8060a81799cbcdbf4cfac812d2db0f3025d40b6b (patch) | |
tree | 35b670b89fd0229ba1026d2b0a816550d8c3dd09 /community/perl-datetime-format-strptime/APKBUILD | |
parent | a9168f1941c98fc06fa6cf4bfb39e33ba6bb3597 (diff) | |
download | aports-8060a81799cbcdbf4cfac812d2db0f3025d40b6b.tar.bz2 aports-8060a81799cbcdbf4cfac812d2db0f3025d40b6b.tar.xz |
community/perl-datetime-format-strptime: upgrade to 1.73
Diffstat (limited to 'community/perl-datetime-format-strptime/APKBUILD')
-rw-r--r-- | community/perl-datetime-format-strptime/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/community/perl-datetime-format-strptime/APKBUILD b/community/perl-datetime-format-strptime/APKBUILD index 00ceb8a677..962170a97e 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.68 +pkgver=1.73 pkgrel=0 pkgdesc="Parse and format strp and strf time patterns" url="http://search.cpan.org/dist/DateTime-Format-Strptime/" @@ -38,6 +38,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -md5sums="50dcc1ff5346848fe1ec928bda07fe44 DateTime-Format-Strptime-1.68.tar.gz" -sha256sums="d0f97e282b4de61390b5c3a498d3b9ee553f728c169c0845c6de02102d823929 DateTime-Format-Strptime-1.68.tar.gz" -sha512sums="a1ed7236b7d48615bf8664286c1764b3e9a881f38e87e9dea493f957896ad786f46f99c0f4e5f54063e60f59c936fd2f61da638ac0512a09d38a87b6ffee8e9c DateTime-Format-Strptime-1.68.tar.gz" +sha512sums="c259473e1120a9e40020cba2c7d008227521dbca0d2906878ee75e1ebc58e82760386bb32ebb1e987e68dfa4ce7f1e532dc4bfdf70467383425705e3f1c18d15 DateTime-Format-Strptime-1.73.tar.gz" |