diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-04-04 06:50:21 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-04-04 06:50:21 +0000 |
commit | 987619aa23f60ecc1406b0ef652cfa16973a4030 (patch) | |
tree | ffd3167f4f9562065fdc4364e058f962520db1db /testing/perl-datetime-format-strptime | |
parent | 23a13f3963a8e68d951dd7d0cb331e2fc711a5f8 (diff) | |
download | aports-987619aa23f60ecc1406b0ef652cfa16973a4030.tar.bz2 aports-987619aa23f60ecc1406b0ef652cfa16973a4030.tar.xz |
testing/perl-datetime-format-strptime: upgrade to 1.65
Diffstat (limited to 'testing/perl-datetime-format-strptime')
-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 371d3b6817..6aa9a5b365 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.64 +pkgver=1.65 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="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" +md5sums="3e20314555438dfde8308c55ad203556 DateTime-Format-Strptime-1.65.tar.gz" +sha256sums="621ae39efd1134850b5d47b6cba772a250d7920c268e05cfb9908d993d3cd527 DateTime-Format-Strptime-1.65.tar.gz" +sha512sums="8a58632fad8f190d645d48de3eb5d2336b1f5c84875d652dc3c9cc03e26d88a3907db8538a001325e202aae5200ffedeab2c0f050a89f015dccb0c668b6bd7a3 DateTime-Format-Strptime-1.65.tar.gz" |