diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-03 03:13:36 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-03 03:24:06 +0100 |
commit | 70a9f843374644a2a09a8977707a2ec0950fde65 (patch) | |
tree | b06f5ca6c790d6f07883c86da15e46d46b06abf7 /community/perl-date-manip | |
parent | 44c76ba2879f3e12b53f62e1a781c595eb684e9d (diff) | |
download | aports-70a9f843374644a2a09a8977707a2ec0950fde65.tar.bz2 aports-70a9f843374644a2a09a8977707a2ec0950fde65.tar.xz |
community/perl-date-manip: upgrade to 6.79
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" |