diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-02-21 12:45:32 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-02-21 12:45:38 +0000 |
commit | c8504f63479a70a1a112fbb3adc01e287a1d3c6d (patch) | |
tree | c04fd32efc807fe7a1aa694d020394d08fc0d84f /community/perl-log-log4perl | |
parent | cb19c357cc262cfa019f46a10876197de9cf71d0 (diff) | |
download | aports-c8504f63479a70a1a112fbb3adc01e287a1d3c6d.tar.bz2 aports-c8504f63479a70a1a112fbb3adc01e287a1d3c6d.tar.xz |
community/perl-log-log4perl: upgrade to 1.49
Diffstat (limited to 'community/perl-log-log4perl')
-rw-r--r-- | community/perl-log-log4perl/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/community/perl-log-log4perl/APKBUILD b/community/perl-log-log4perl/APKBUILD index 97cde39e7a..8901c6cbd1 100644 --- a/community/perl-log-log4perl/APKBUILD +++ b/community/perl-log-log4perl/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=perl-log-log4perl _pkgreal=Log-Log4perl -pkgver=1.48 +pkgver=1.49 pkgrel=0 pkgdesc="Log4j implementation for Perl" url="http://search.cpan.org/dist/Log-Log4perl/" @@ -40,6 +40,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -md5sums="3ebac0d6451886018857c9965f7726ed Log-Log4perl-1.48.tar.gz" -sha256sums="cf6e9fc1f9183fabbe540d84f603c6541458034092b7c53e41008093db62dc98 Log-Log4perl-1.48.tar.gz" -sha512sums="d19a19b26fbe396e9599b27d7ebc41a80abc6b392e85f348df9b6fc8e830405e34e72fb6602dd07a7145d858368244daf35184163022721c687ae0b2d5901639 Log-Log4perl-1.48.tar.gz" +sha512sums="3ee1104dbede8eb40b3055a606f8f004be0eb74223c4e33bc6f384bec9c34f697708cbee66198e92de053cbedd691e5354aede6874ef6be7e82f8eb95edee58f Log-Log4perl-1.49.tar.gz" |