diff options
-rw-r--r-- | community/perl-module-runtime/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/perl-module-runtime/APKBUILD b/community/perl-module-runtime/APKBUILD index 13891688b1..b69c56cbe2 100644 --- a/community/perl-module-runtime/APKBUILD +++ b/community/perl-module-runtime/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=perl-module-runtime _pkgreal=Module-Runtime -pkgver=0.015 +pkgver=0.016 pkgrel=0 pkgdesc="runtime module handling" url="http://search.cpan.org/dist/Module-Runtime/" @@ -41,4 +41,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="13f85128130f1543d6be86c002b5d093ed530ab069a7fdf2c109317a234a800611c43e8ff7349f43eb35e0169f80f677a117277a70aa138f0f147d9cf8fb16d0 Module-Runtime-0.015.tar.gz" +sha512sums="64a362ee897646173dbbdd8794f863d93379d45d7ac20d3ae890d77b4ec3f5e36aaff66c41b4a6a33b28bf492216283528755550ab09e466ceafb4f0cfbaeb9e Module-Runtime-0.016.tar.gz" |