diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2014-10-28 12:41:08 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2014-10-28 12:41:08 +0100 |
commit | 17d0518aac45df19b450e34bcd4dacc00d50a1fd (patch) | |
tree | 50ee5fcdbff9642a8162c3f93b5f7a8b91ae5bf3 /testing/perl-statistics-descriptive | |
parent | 06389694ba4734f7bf3c3a4bf3884a6bd2d067e0 (diff) | |
download | aports-17d0518aac45df19b450e34bcd4dacc00d50a1fd.tar.bz2 aports-17d0518aac45df19b450e34bcd4dacc00d50a1fd.tar.xz |
testing/perl-statistics-descriptive: upgrade to 3.0607
Diffstat (limited to 'testing/perl-statistics-descriptive')
-rw-r--r-- | testing/perl-statistics-descriptive/APKBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/testing/perl-statistics-descriptive/APKBUILD b/testing/perl-statistics-descriptive/APKBUILD index de6e581eca..3eab49edbd 100644 --- a/testing/perl-statistics-descriptive/APKBUILD +++ b/testing/perl-statistics-descriptive/APKBUILD @@ -3,13 +3,13 @@ # Maintainer: Francesco Colista <francesco.colista@gmail.com> pkgname=perl-statistics-descriptive _pkgreal=Statistics-Descriptive -pkgver=3.0202 +pkgver=3.0607 pkgrel=0 pkgdesc="Module of basic descriptive statistical functions." url="http://search.cpan.org/dist/Statistics-Descriptive/" arch="noarch" license="GPL PerlArtistic" -cpandepends="" +cpandepends="perl-list-moreutils" cpanmakedepends="" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" @@ -35,4 +35,6 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -md5sums="7f66d866acbfd2d499338c16edf0e3bd Statistics-Descriptive-3.0202.tar.gz" +md5sums="e947f0066d726eef7d5ac91439e42697 Statistics-Descriptive-3.0607.tar.gz" +sha256sums="9b2d9313e23ae3a35dfd2169918b9888d80370b08ad68eb61e921565b68a9a89 Statistics-Descriptive-3.0607.tar.gz" +sha512sums="6a0ec5e0d5b6a0c6566155b72ce89d024612a7eb1a5ad84ef1bafd89698bf78ca4edfce45c00e798179b6a3df83490d0d823fbcefb47f8e41d5c9e35866a84d1 Statistics-Descriptive-3.0607.tar.gz" |