diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-11-01 11:24:49 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-11-01 11:31:49 +0000 |
commit | 199265703307c1210c5ee18542d0f681e05ae012 (patch) | |
tree | 3ec6d43510c289cb1a229e5f5b98b895a50ee563 /community/perl-module-install | |
parent | 5527d1e0289e2353e3b062635b737cae7f8973fa (diff) | |
download | aports-199265703307c1210c5ee18542d0f681e05ae012.tar.bz2 aports-199265703307c1210c5ee18542d0f681e05ae012.tar.xz |
community/perl-module-install: upgrade to 1.17
Diffstat (limited to 'community/perl-module-install')
-rw-r--r-- | community/perl-module-install/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/perl-module-install/APKBUILD b/community/perl-module-install/APKBUILD index 64103a36b3..366e300c01 100644 --- a/community/perl-module-install/APKBUILD +++ b/community/perl-module-install/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=perl-module-install _pkgreal=Module-Install -pkgver=1.16 +pkgver=1.17 pkgrel=0 pkgdesc="Perl module for Module-Install" url="http://search.cpan.org/dist/Module-Install/" @@ -38,6 +38,6 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -md5sums="daec67c3950dcecaa155389b9bdfc1ed Module-Install-1.16.tar.gz" -sha256sums="afac1264255f4d822d44f84df1aa9affad207f9ae805e803d93c845fa120025e Module-Install-1.16.tar.gz" -sha512sums="479a3b1a3e489c100bcb25c9f90445abcc90d194238804849b7d3ca1fa171a625b99f8390ce8967e96b10e854d843d117c70e566f12309b3ccdf32113f006422 Module-Install-1.16.tar.gz" +md5sums="39da11e45b32f79f66823015d3be4153 Module-Install-1.17.tar.gz" +sha256sums="bc1365cf447fc8e09ef002f68e0a2ac3ace071ebf412c94a2cd08ddae6e17065 Module-Install-1.17.tar.gz" +sha512sums="e7f71ece28518d490aa9f038f24e88c81722239bb065a56e0414013646940d7326838579347d030a30b6e3a3d7810f7432d0c2a27560147bc4545e6884c27f91 Module-Install-1.17.tar.gz" |