diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-04 05:49:52 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-05 18:01:31 -0300 |
commit | 60f119edd808dbfb867590d5d4ccdad7e4938c35 (patch) | |
tree | c7324f9a4f62c268e81f16048f2b0e422f20c2cc /community/perl-date-manip | |
parent | daf8afe4b67b04ed01898e57bebed93106e6b533 (diff) | |
download | aports-60f119edd808dbfb867590d5d4ccdad7e4938c35.tar.bz2 aports-60f119edd808dbfb867590d5d4ccdad7e4938c35.tar.xz |
community/perl-date-manip: upgrade to 6.81
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 d4801718a9..50cab7d4fd 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.80 +pkgver=6.81 pkgrel=0 pkgdesc="Date manipulation routines" url="https://metacpan.org/release/Date-Manip" @@ -33,4 +33,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="9d6684acc198d8a6b542c563860c081d160367c4de127eb6729cc313914e2933cf645e2b3df4b23dd73628e7789f684658c77ce9572081f0464fc397641cea92 Date-Manip-6.80.tar.gz" +sha512sums="108549194a1084d6d235ba8765ae6e4f5fc15d7338b5f27c1b5e6239508001f4dbfb5182c67c0815acef7ee3c9ebe9ecf1ff500e186f20fa83125b4826a8e097 Date-Manip-6.81.tar.gz" |