diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-03 11:58:01 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-03 12:29:00 +0000 |
commit | a4c1d89469a40f389d847c75dbf7996757329b49 (patch) | |
tree | f268e8f00e11e455df25d4702c8af22a480f9440 /community/perl-datetime-calendar-julian | |
parent | ffa937d9b2555c5b93fe4535400de50c585d0816 (diff) | |
download | aports-a4c1d89469a40f389d847c75dbf7996757329b49.tar.bz2 aports-a4c1d89469a40f389d847c75dbf7996757329b49.tar.xz |
community/perl-datetime-calendar-julian: upgrade to 0.100
Diffstat (limited to 'community/perl-datetime-calendar-julian')
-rw-r--r-- | community/perl-datetime-calendar-julian/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/perl-datetime-calendar-julian/APKBUILD b/community/perl-datetime-calendar-julian/APKBUILD index 1ec4cfc70c..9a62f58f28 100644 --- a/community/perl-datetime-calendar-julian/APKBUILD +++ b/community/perl-datetime-calendar-julian/APKBUILD @@ -3,8 +3,8 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=perl-datetime-calendar-julian _pkgreal=DateTime-Calendar-Julian -pkgver=0.04 -pkgrel=1 +pkgver=0.100 +pkgrel=0 pkgdesc="DateTime object in the Julian calendar" url="http://search.cpan.org/dist/DateTime-Calendar-Julian/" arch="noarch" @@ -14,7 +14,7 @@ cpanmakedepends="" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/P/PI/PIJLL/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/W/WY/WYANT/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" prepare() { @@ -42,4 +42,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="e822d57dabbf76dcca9dc1eb097cef9c15579aeb1782a51eb3dd01d47eda0aef2aa92096df67602297a24c387445f6eb381bb3eedfe33486990844f3c96b4960 DateTime-Calendar-Julian-0.04.tar.gz" +sha512sums="6105ad299e9c0c42d8641289e60bc0f81429c5e237cf423aa88bfe08da46a38c07de9963289f5eaaae1cbfed1e9450923ca99fffc3824682e9f713827bc4a61f DateTime-Calendar-Julian-0.100.tar.gz" |