diff options
Diffstat (limited to 'community/perl-date-manip')
-rw-r--r-- | community/perl-date-manip/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/perl-date-manip/APKBUILD b/community/perl-date-manip/APKBUILD index 641db444ee..c33d1c0b03 100644 --- a/community/perl-date-manip/APKBUILD +++ b/community/perl-date-manip/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=perl-date-manip _pkgreal=Date-Manip -pkgver=6.78 +pkgver=6.79 pkgrel=0 pkgdesc="Date manipulation routines" url="https://metacpan.org/release/Date-Manip" @@ -35,4 +35,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="10c694e535adb4f64d13643042ba43d8e0690260297831fb707583ac750273ff294cacf830e9f84d9dab616822fa2064cad89b9d30f4a4018860ed018391a6ea Date-Manip-6.78.tar.gz" +sha512sums="c785af53c44e4fffb370860635c795cbb9557e57551d89a3a5f7e55326d830069ee8d406c92789ffc366170a4961f4b7c1e8da056d5bd41317ce837fd5e75da8 Date-Manip-6.79.tar.gz" |