diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2014-10-28 00:52:16 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2014-10-28 00:52:16 +0100 |
commit | bb0572d1a6ca25b618842995aad5706de11abd64 (patch) | |
tree | d3cb88f61303f6d04a67fd3693b5323fdf9135cf /testing/perl-io-async-ssl | |
parent | 6489152cd5417070838922f55077be59ecc61bba (diff) | |
download | aports-bb0572d1a6ca25b618842995aad5706de11abd64.tar.bz2 aports-bb0572d1a6ca25b618842995aad5706de11abd64.tar.xz |
testing/perl-io-async-ssl: upgrade to 0.14
Diffstat (limited to 'testing/perl-io-async-ssl')
-rw-r--r-- | testing/perl-io-async-ssl/APKBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/testing/perl-io-async-ssl/APKBUILD b/testing/perl-io-async-ssl/APKBUILD index 933343d54a..8ca3af3113 100644 --- a/testing/perl-io-async-ssl/APKBUILD +++ b/testing/perl-io-async-ssl/APKBUILD @@ -3,14 +3,14 @@ # Maintainer: Kiyoshi Aman <kiyoshi.aman@gmail.com> pkgname=perl-io-async-ssl _pkgreal=IO-Async-SSL -pkgver=0.06 +pkgver=0.14 pkgrel=0 pkgdesc="Use SSL/TLS with L<IO::Async>" url="http://search.cpan.org/dist/IO-Async-SSL/" arch="noarch" license="GPL PerlArtistic" cpandepends="perl-io-socket-ssl perl-io-async" -cpanmakedepends="" +cpanmakedepends="perl-test-pod perl-test-identity" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" @@ -35,4 +35,6 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -md5sums="d357dc71b0bbc0f43ba8fd55f869ae54 IO-Async-SSL-0.06.tar.gz" +md5sums="c7f50698d3dc9e23a6dafe44244f5c70 IO-Async-SSL-0.14.tar.gz" +sha256sums="81bea9f52cf468bda85b70460fc5b351be2cf04cfaa97e363ddb1cbb3cef3d62 IO-Async-SSL-0.14.tar.gz" +sha512sums="d6f175b596fc0781599ffb487ade857279a3d159a974ab6a82d134841d6ef219e353b10004e7cef8da3ff46159fcae22ad261eac84cc1e6973181452f0fe6b51 IO-Async-SSL-0.14.tar.gz" |