diff options
author | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2013-08-10 21:18:49 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2013-08-10 21:18:49 +0200 |
commit | a933c6d10b53400683b49f72f2d31e4133b766f9 (patch) | |
tree | ce27d81a6f2a5fb6afad142b50fc06b18373bbe4 | |
parent | 7b6c37c0f98a75724d37256518799d4a474354b3 (diff) | |
download | aports-a933c6d10b53400683b49f72f2d31e4133b766f9.tar.bz2 aports-a933c6d10b53400683b49f72f2d31e4133b766f9.tar.xz |
main/perl-file-next: upgrade to 1.12
-rw-r--r-- | main/perl-file-next/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/main/perl-file-next/APKBUILD b/main/perl-file-next/APKBUILD index 184c68bb25..b60e8686e4 100644 --- a/main/perl-file-next/APKBUILD +++ b/main/perl-file-next/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=perl-file-next _pkgreal=File-Next -pkgver=1.10 +pkgver=1.12 pkgrel=0 pkgdesc="Perl module for taint-safe file-finding" url="http://search.cpan.org/dist/File-Next/" @@ -28,4 +28,6 @@ package() { find "$pkgdir" -name perllocal.pod -delete } -md5sums="dcaade658846c8100b0a5e43fae8920d File-Next-1.10.tar.gz" +md5sums="725e888d1600fed62cd89b9dac989304 File-Next-1.12.tar.gz" +sha256sums="cc3afd8eaf6294aba93b8152a269cc36a9df707c6dc2c149aaa04dabd869e60a File-Next-1.12.tar.gz" +sha512sums="eb742ed03f91463946ffe9d2ddade77f794996f4007ba6ae924255cf028d14959a3263c254ef9e7bed1e10ec40a244364743c40b2f34c2160064059b1f4c6f2f File-Next-1.12.tar.gz" |