diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-04-06 10:15:36 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-04-06 10:15:36 +0000 |
commit | 2a8df9e1b47e60b9d75d687d1255874185214f03 (patch) | |
tree | 27ef9a6fd564ffe06afe99d4f680b0292e41b09a /community/perl-list-moreutils | |
parent | 30dea455719fae70117d927e55850022834078c6 (diff) | |
download | aports-2a8df9e1b47e60b9d75d687d1255874185214f03.tar.bz2 aports-2a8df9e1b47e60b9d75d687d1255874185214f03.tar.xz |
community/perl-list-moreutils: upgrade to 0.418
Diffstat (limited to 'community/perl-list-moreutils')
-rw-r--r-- | community/perl-list-moreutils/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/community/perl-list-moreutils/APKBUILD b/community/perl-list-moreutils/APKBUILD index f352f0e11d..15c1aea2e2 100644 --- a/community/perl-list-moreutils/APKBUILD +++ b/community/perl-list-moreutils/APKBUILD @@ -3,8 +3,8 @@ # Maintainer: pkgname=perl-list-moreutils _pkgreal=List-MoreUtils -pkgver=0.413 -pkgrel=1 +pkgver=0.418 +pkgrel=0 pkgdesc="Provide the stuff missing in List::Util" url="http://search.cpan.org/dist/List-MoreUtils/" arch="all" @@ -36,6 +36,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -md5sums="bc577c86455e2d1397187bce286a53b9 List-MoreUtils-0.413.tar.gz" -sha256sums="4d6429d5672ce74a59d6490320252cb8b5b8285db8fe9c6551a4162e5375ef37 List-MoreUtils-0.413.tar.gz" -sha512sums="178c08995d2eddd75054b29cd68adb77617e92b7e56ac56a890eb7b8e04a1f8eda09f2208288d61352db563bff7da0accf58f7482906a51e03b38465ea655d17 List-MoreUtils-0.413.tar.gz" +sha512sums="7ba4395262c4406e822baf40e5a32aa6d93779a56d2567c4920f085ab2580c376db41e2141e4b9b43860d65122ebe73a03dfb0ed76a32f087b05ca7eb90f6d6e List-MoreUtils-0.418.tar.gz" |