diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-12-17 08:38:31 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-12-17 08:50:43 +0000 |
commit | 676984a0209c6f2836130366339763c1e6d93925 (patch) | |
tree | 5b75dd0268b7d7babf770d9798d3f2a737cc3b81 /community/perl-object-insideout/APKBUILD | |
parent | 3a02b79036e7b179363ad559d8b3479a26611cc7 (diff) | |
download | aports-676984a0209c6f2836130366339763c1e6d93925.tar.bz2 aports-676984a0209c6f2836130366339763c1e6d93925.tar.xz |
community/perl-object-insideout: upgrade to 4.05
Diffstat (limited to 'community/perl-object-insideout/APKBUILD')
-rw-r--r-- | community/perl-object-insideout/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/perl-object-insideout/APKBUILD b/community/perl-object-insideout/APKBUILD index ec15193d1a..29ce79e01a 100644 --- a/community/perl-object-insideout/APKBUILD +++ b/community/perl-object-insideout/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Kiyoshi Aman <kiyoshi.aman@gmail.com> pkgname=perl-object-insideout _pkgreal=Object-InsideOut -pkgver=4.04 +pkgver=4.05 pkgrel=0 pkgdesc="Comprehensive inside-out object support module" url="http://search.cpan.org/dist/Object-InsideOut/" @@ -41,4 +41,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="4452d642f5d750cd3059dd7eba53fbafff2918ee2846632748b6794a562c3fcb4bdb26d2a81051f18d6fc732a9af1477ddb151a315cfcd4d3d9e2f070f8c5cee Object-InsideOut-4.04.tar.gz" +sha512sums="0bc853766d229d8043e9829915b50c158ce2e2d12d5ba9d49d6be892979f69d675dc032163400ca1ee1a8a89db39207828981ee66f02a24a3032a21760acf87d Object-InsideOut-4.05.tar.gz" |