diff options
author | ScrumpyJack <scrumpyjack@me.com> | 2014-11-05 16:00:20 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2014-11-06 00:12:34 +0100 |
commit | 746602a23c959c187ea266ff08d0dc5562ba5253 (patch) | |
tree | 1ea76d640658bfb235cf4e3637c94d05883e859e /main | |
parent | 33b6475cd05a5dd9a738df28171e2b9ee37102fb (diff) | |
download | aports-746602a23c959c187ea266ff08d0dc5562ba5253.tar.bz2 aports-746602a23c959c187ea266ff08d0dc5562ba5253.tar.xz |
main/perl-future: Updated to version 0.29 as version 0.25 source not available
Diffstat (limited to 'main')
-rw-r--r-- | main/perl-future/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/perl-future/APKBUILD b/main/perl-future/APKBUILD index 2bdc186ebe..678d3695f0 100644 --- a/main/perl-future/APKBUILD +++ b/main/perl-future/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=perl-future _pkgreal=Future -pkgver=0.25 +pkgver=0.29 pkgrel=0 pkgdesc="represent an operation awaiting completion" url="http://search.cpan.org/dist/Future/" @@ -35,6 +35,6 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -md5sums="5b09342950f4c9f176a0de9c32760a19 Future-0.25.tar.gz" -sha256sums="b51304ea521c46933b454974981f533c2194cce41e4da23e81a915f16a316057 Future-0.25.tar.gz" -sha512sums="dcce4db75a430b84d3aa46df98e4ccab80067c5b7e867e990d3ad179c8f4030f9200e0116b3d888b73d30295201dfba610b9b607a46cace04be090d6745c5617 Future-0.25.tar.gz" +md5sums="c73fa8c18ae9f9ff1da932e5ea6ac68e Future-0.29.tar.gz" +sha256sums="b87fed467c572f6ae0a669d338dafffb6499f0535824ad667490785bb0daf8f6 Future-0.29.tar.gz" +sha512sums="6f4f02e5a7990d4746ac6350e780d8650894f47ef7cfada175fcfa7398e80f471e1dd945803b9236944612c362786250fa21cb66cf514b4eac7864dd9176f22e Future-0.29.tar.gz" |