diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-10-24 02:04:58 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-10-24 02:04:58 +0000 |
commit | e44dc42cb4a8b39f6d0f496b2ae0a9faa2d1d1d4 (patch) | |
tree | 94f45ee894f27cda9f14ec48fcaad4fca15927c1 | |
parent | 0a6e92bc898c2a36ebc09a47c5ecee3928180a5c (diff) | |
download | aports-e44dc42cb4a8b39f6d0f496b2ae0a9faa2d1d1d4.tar.bz2 aports-e44dc42cb4a8b39f6d0f496b2ae0a9faa2d1d1d4.tar.xz |
community/perl-module-runtime: upgrade to 0.016
-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" |