diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-01-23 08:33:58 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-01-23 10:30:00 +0000 |
commit | 470a11b9540ceb823e024d23276471ef1771accc (patch) | |
tree | fdfbb2e7d46ccb2a393cd04f7c89e480c860fc11 /main/perl-astro-suntime/APKBUILD | |
parent | 3da633928ba63c8447068dca6d59762d837900e9 (diff) | |
download | aports-470a11b9540ceb823e024d23276471ef1771accc.tar.bz2 aports-470a11b9540ceb823e024d23276471ef1771accc.tar.xz |
main/perl-astro-suntime: upgrade to 0.05
Diffstat (limited to 'main/perl-astro-suntime/APKBUILD')
-rw-r--r-- | main/perl-astro-suntime/APKBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/main/perl-astro-suntime/APKBUILD b/main/perl-astro-suntime/APKBUILD index 029c6c4f0c..5406be3480 100644 --- a/main/perl-astro-suntime/APKBUILD +++ b/main/perl-astro-suntime/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Francesco Colista <francesco.colista@gmail.com> pkgname=perl-astro-suntime _realname=Astro-SunTime -pkgver=0.01 -pkgrel=2 +pkgver=0.05 +pkgrel=0 pkgdesc="Provides a function interface to calculate sun rise/set times." url="http://search.cpan.org/dist/Astro-SunTime/" arch="noarch" @@ -30,4 +30,6 @@ package() { } -md5sums="4657927a49604494bfaaa153663b90b9 Astro-SunTime-0.01.tar.gz" +md5sums="257f21614e8b46dff176c0b633d99d11 Astro-SunTime-0.05.tar.gz" +sha256sums="83f3d276849107b9f4fbef20d3d2849e3c751d751cfdfa67316470e9974543a7 Astro-SunTime-0.05.tar.gz" +sha512sums="215aaf7339b6dce9ddab86eeb0a0d8e628d11a017cac928886540cd6242ea7416606bd75dbc0cadb89149768c3b7ee27d50fec96b97a20fac70354b3838a9472 Astro-SunTime-0.05.tar.gz" |