diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-03-09 08:08:44 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-03-09 08:08:44 +0000 |
commit | 6da3a356ced469a16a5064c6e3dbda54e19a2d83 (patch) | |
tree | 5b7ea80f1e41d9d563d20fbcca5f3094fc367643 | |
parent | fc9889bb12b5bd519dc4d08cfc1d4385a0134618 (diff) | |
download | aports-6da3a356ced469a16a5064c6e3dbda54e19a2d83.tar.bz2 aports-6da3a356ced469a16a5064c6e3dbda54e19a2d83.tar.xz |
testing/perl-datetime-format-strptime: upgrade to 1.64
-rw-r--r-- | testing/perl-datetime-format-strptime/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/perl-datetime-format-strptime/APKBUILD b/testing/perl-datetime-format-strptime/APKBUILD index 6f5c5f183f..371d3b6817 100644 --- a/testing/perl-datetime-format-strptime/APKBUILD +++ b/testing/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.62 +pkgver=1.64 pkgrel=0 pkgdesc="Parse and format strp and strf time patterns" url="http://search.cpan.org/dist/DateTime-Format-Strptime/" @@ -36,6 +36,6 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -md5sums="700b201f3950f86602f06dd64cdb1438 DateTime-Format-Strptime-1.62.tar.gz" -sha256sums="a03478bb832e20854f61a9aea05caf31c2c936cab759eb0b1f854ded4f0c8ae7 DateTime-Format-Strptime-1.62.tar.gz" -sha512sums="beefc1aca04c21943b709d1b766b76e01209ba98173f930ea03fb6fffbda045eeacb7e52d0b8e4a4bc2f9d1b34b9d86006ceec0736a12d1487b51ca1e5c51e90 DateTime-Format-Strptime-1.62.tar.gz" +md5sums="4599cb0b80e4b3bb2d22848b0e540321 DateTime-Format-Strptime-1.64.tar.gz" +sha256sums="b7168c3740d39f07d2c7e36797c296184fd1cf20d4d9305c021bd7ee719a5400 DateTime-Format-Strptime-1.64.tar.gz" +sha512sums="52860c3d6846bd9bc82c807ce8a8863e33fc53c1b33e03feb771fd9366ee6c7aa26a6cb2f5d77a7508273da60e1d5b677f3fda8a2d4d9b71579745e7d7477f21 DateTime-Format-Strptime-1.64.tar.gz" |