diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-07-25 08:14:05 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-07-25 08:14:05 +0000 |
commit | d931b3baa327653e82497ab85e57b453fa36e78e (patch) | |
tree | fe82f3ebba75b1bca8985f90f9ab4457aabfe350 /main/perl-io-async | |
parent | e4fcd77a158f90234bb08bd94c684314bdb0edce (diff) | |
download | aports-d931b3baa327653e82497ab85e57b453fa36e78e.tar.bz2 aports-d931b3baa327653e82497ab85e57b453fa36e78e.tar.xz |
main/perl-io-async: upgrade to 0.58
Diffstat (limited to 'main/perl-io-async')
-rw-r--r-- | main/perl-io-async/APKBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/main/perl-io-async/APKBUILD b/main/perl-io-async/APKBUILD index a93eec2e76..511939d453 100644 --- a/main/perl-io-async/APKBUILD +++ b/main/perl-io-async/APKBUILD @@ -3,14 +3,14 @@ # Maintainer: Kiyoshi Aman <kiyoshi.aman@gmail.com> pkgname=perl-io-async _pkgreal=IO-Async -pkgver=0.53 +pkgver=0.58 pkgrel=0 pkgdesc="Asynchronous event-driven programming" url="http://search.cpan.org/dist/IO-Async/" arch="noarch" license="GPL PerlArtistic" -cpandepends="perl-heap perl-async-mergepoint perl-cps" -cpanmakedepends="perl-test-fatal perl-test-warn perl-test-refcount perl-test-identity" +cpandepends="perl-future" +cpanmakedepends="perl-test-fatal perl-test-identity perl-test-refcount " depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" @@ -35,4 +35,6 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -md5sums="578909b6879c453b0caed4501a3334be IO-Async-0.53.tar.gz" +md5sums="612d05562d32b0f1acdc1e3258d557de IO-Async-0.58.tar.gz" +sha256sums="ef4272a10e173ae8267ee648ae617617686818dd707bd6b20f057e4156fce83e IO-Async-0.58.tar.gz" +sha512sums="fd72489303df316ec28bce507d2d4cf8ecb829b5a0c06faadf53178eb5377eab2161987f32e0fbef50bc03c269e5d68f3b69a4705770b2dbd17ce526ee59fb3a IO-Async-0.58.tar.gz" |