diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-29 07:10:44 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-29 07:31:43 +0000 |
commit | c9281cc29fc37856c8d5bfe5464399520a2a1b32 (patch) | |
tree | b30fb4e1b1fb3c982a8792e62de1deb1a26cb262 | |
parent | 6d44e0973cf78f4977fbbdfba1bbfba04c4813da (diff) | |
download | aports-c9281cc29fc37856c8d5bfe5464399520a2a1b32.tar.bz2 aports-c9281cc29fc37856c8d5bfe5464399520a2a1b32.tar.xz |
testing/perl-math-random-mt-auto: upgrade to 6.22
-rw-r--r-- | testing/perl-math-random-mt-auto/APKBUILD | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/testing/perl-math-random-mt-auto/APKBUILD b/testing/perl-math-random-mt-auto/APKBUILD index 8bafed959b..437f6c543b 100644 --- a/testing/perl-math-random-mt-auto/APKBUILD +++ b/testing/perl-math-random-mt-auto/APKBUILD @@ -3,14 +3,14 @@ # Maintainer: Kiyoshi Aman <kiyoshi.aman@gmail.com> pkgname=perl-math-random-mt-auto _pkgreal=Math-Random-MT-Auto -pkgver=6.18 -pkgrel=1 +pkgver=6.22 +pkgrel=0 pkgdesc="Auto-seeded Mersenne Twister PRNGs" url="http://search.cpan.org/dist/Math-Random-MT-Auto/" arch="all" license="unrestricted" -cpandepends="perl-object-insideout perl-exception-class" -cpanmakedepends="" +cpandepends="perl-exception-class perl-object-insideout" +cpanmakedepends=" " depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" @@ -34,4 +34,6 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -md5sums="539bf53d06b52bd410d2c7ea0348b6d9 Math-Random-MT-Auto-6.18.tar.gz" +md5sums="54e42c86369b6172b8b06a88206a89ce Math-Random-MT-Auto-6.22.tar.gz" +sha256sums="1f2ae9752ba908c126dc2bd3c27cb286543121997f87c5bce578fb2e7f51f01f Math-Random-MT-Auto-6.22.tar.gz" +sha512sums="9f15623c5a5ce7b7fde77d3189bce605145460b87b946a9c64928f7a5e506cfedd062539c0d2f9728f270825d4ead51d7b60cd76fb0aece2a2036eea576e87e5 Math-Random-MT-Auto-6.22.tar.gz" |