diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-03 12:03:10 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-03 12:29:01 +0000 |
commit | c823fb09552245ebf02cab038dc2b3ee77c72cb7 (patch) | |
tree | ad26294da4a3546c5ea7ba1d260ecff6077befbe /testing/perl-getopt-long-descriptive | |
parent | c1a63a05ae198b35e680243101ff6efa7006423d (diff) | |
download | aports-c823fb09552245ebf02cab038dc2b3ee77c72cb7.tar.bz2 aports-c823fb09552245ebf02cab038dc2b3ee77c72cb7.tar.xz |
testing/perl-getopt-long-descriptive: upgrade to 0.103
Diffstat (limited to 'testing/perl-getopt-long-descriptive')
-rw-r--r-- | testing/perl-getopt-long-descriptive/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/perl-getopt-long-descriptive/APKBUILD b/testing/perl-getopt-long-descriptive/APKBUILD index d11ddcd628..90b8a41176 100644 --- a/testing/perl-getopt-long-descriptive/APKBUILD +++ b/testing/perl-getopt-long-descriptive/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=perl-getopt-long-descriptive _pkgreal=Getopt-Long-Descriptive -pkgver=0.101 +pkgver=0.103 pkgrel=0 pkgdesc="Getopt::Long, but simpler and more powerful" url="http://search.cpan.org/dist/Getopt-Long-Descriptive/" @@ -34,4 +34,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="c268ed7d5bcb892cf2e86caeed05c6fc06782bd92fcea7f4b028adb351ecf9a6510bba92d6aaf5352e4c466add8b353daf9f38fb988895f4d1b2d038dded7493 Getopt-Long-Descriptive-0.101.tar.gz" +sha512sums="9229575bde794fa1213871fbb33a12222737d7979cf4c290200fd85c7da9e3227539809b8380a88a85675429ceb61e505bac8cc4e1408ca63ba92b4e1b33149f Getopt-Long-Descriptive-0.103.tar.gz" |