diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-14 18:24:37 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-14 18:24:37 -0300 |
commit | ae1fe924cdbd53aa8c1f0fb368fda6ea74474dcd (patch) | |
tree | d858c1fc6ad6a588805f31eefbecf468227da40d /testing | |
parent | d910120d44d476bcf713de3eefe1f5c641759873 (diff) | |
download | aports-ae1fe924cdbd53aa8c1f0fb368fda6ea74474dcd.tar.bz2 aports-ae1fe924cdbd53aa8c1f0fb368fda6ea74474dcd.tar.xz |
testing/perl-time-duration: upgrade to 1.21
Diffstat (limited to 'testing')
-rw-r--r-- | testing/perl-time-duration/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/perl-time-duration/APKBUILD b/testing/perl-time-duration/APKBUILD index a1ead3e947..a30b3cf499 100644 --- a/testing/perl-time-duration/APKBUILD +++ b/testing/perl-time-duration/APKBUILD @@ -3,15 +3,15 @@ # Maintainer: Timo Teräs <timo.teras@iki.fi> pkgname=perl-time-duration _pkgreal=Time-Duration -pkgver=1.20 -pkgrel=1 +pkgver=1.21 +pkgrel=0 pkgdesc="rounded or exact English expression of durations" url="https://metacpan.org/release/Time-Duration" arch="noarch" license="GPL-1.0-or-later OR Artistic-1.0-Perl" makedepends="perl-dev" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/N/NE/NEILB/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/N/NE/NEILB/Time-Duration-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" prepare() { @@ -36,4 +36,4 @@ check() { make test } -sha512sums="74bdcbc2b65061ad30540a95467de24f552235cea2367a7770309d9ffefeb35717f438e4f7ebf6a1d63f338cd714ffe16b3f45808514995db9753d643892d5f9 Time-Duration-1.20.tar.gz" +sha512sums="2d03d73096967265f16f4ebde2d9fbb83fce591e15fa01f5f4f750123f27a4571bbd01d5d93f785f78ee8810aca9d945241e6a767b65f45abb4608d321108020 Time-Duration-1.21.tar.gz" |