diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-04 12:45:17 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-04 12:45:17 +0000 |
commit | a106e23d44b0049aab02244d90b82f32523d573c (patch) | |
tree | 80a53b906aec7658cffaa9e7389fba5fe552b87a /testing/perl-statistics-descriptive | |
parent | 8b467c3cb33a25d71dac9667c6acd25e3a01461d (diff) | |
download | aports-a106e23d44b0049aab02244d90b82f32523d573c.tar.bz2 aports-a106e23d44b0049aab02244d90b82f32523d573c.tar.xz |
testing/perl-statistics-descriptive: upgrade to 3.0702
Diffstat (limited to 'testing/perl-statistics-descriptive')
-rw-r--r-- | testing/perl-statistics-descriptive/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/perl-statistics-descriptive/APKBUILD b/testing/perl-statistics-descriptive/APKBUILD index 41c6e613eb..7126095162 100644 --- a/testing/perl-statistics-descriptive/APKBUILD +++ b/testing/perl-statistics-descriptive/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=perl-statistics-descriptive _pkgreal=Statistics-Descriptive -pkgver=3.0613 +pkgver=3.0702 pkgrel=0 pkgdesc="Module of basic descriptive statistical functions." url="http://search.cpan.org/dist/Statistics-Descriptive/" @@ -35,4 +35,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="2d4c5932e07e8a4ba7656aa5339f6040d0bfc2f7f8deeea98d8c38de2ae2b69a3a597925a369e8759f0d29ec12a69d72e5fb5781ba74f6c1003859794d4ae6df Statistics-Descriptive-3.0613.tar.gz" +sha512sums="e0742ec356a38ad38f52e56a3ef58af6e539fbfa090d9a1d154560f353a3346d1c800d5d9f7bb0e2f32fb92b611fec16c939a19b7af104ec6ebe627c6c719df6 Statistics-Descriptive-3.0702.tar.gz" |