diff options
Diffstat (limited to 'main/perl-io-async')
-rw-r--r-- | main/perl-io-async/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/perl-io-async/APKBUILD b/main/perl-io-async/APKBUILD index cea7985fc6..b87b634e2f 100644 --- a/main/perl-io-async/APKBUILD +++ b/main/perl-io-async/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Kiyoshi Aman <kiyoshi.aman@gmail.com> pkgname=perl-io-async _pkgreal=IO-Async -pkgver=0.60 +pkgver=0.61 pkgrel=0 pkgdesc="Asynchronous event-driven programming" url="http://search.cpan.org/dist/IO-Async/" @@ -35,6 +35,6 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -md5sums="12a0af13d9a53517eb9698869b365816 IO-Async-0.60.tar.gz" -sha256sums="36905acd9e4b4b1bcf6a5f8cc551fbf1fa0b760d29152bcb84fee69fc98fa14c IO-Async-0.60.tar.gz" -sha512sums="2bc8dd4d8f1150ff33bfc48def23e273e194ed8ee19525bd8a6a62b50a6f0d02c00cb2449a7c2f5fd9c7c31ecc26ba5fbded38bf9b8f83bf0453d9286145d67a IO-Async-0.60.tar.gz" +md5sums="14cbfa50027e0121a95a0f3e259b6d74 IO-Async-0.61.tar.gz" +sha256sums="4edfded76d6f98c8eb9fe33dbe782f2b52cde275249c3fb7bc37d5e24c48dd46 IO-Async-0.61.tar.gz" +sha512sums="f3b7c8ed47630ceeb9ca73cce42a6c0ca1bd332e32d7efaa5f71792f68680a339bdc933ceab61b2dbfd109a015ae2d0b928a2fc7e079d50f35cb3aaff8e3a85e IO-Async-0.61.tar.gz" |