diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-26 14:05:18 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-26 17:50:42 +0000 |
commit | dd42b20b3578e89541a21e8d16fe59d6a3a304d1 (patch) | |
tree | 910daa63d6b11328963e7c4bd14565b9c98c3f85 /community | |
parent | 4313c8e525d3ec5a67b25c584f40e76dc47e47cc (diff) | |
download | aports-dd42b20b3578e89541a21e8d16fe59d6a3a304d1.tar.bz2 aports-dd42b20b3578e89541a21e8d16fe59d6a3a304d1.tar.xz |
community/perl-file-chdir: upgrade to 0.1011
Diffstat (limited to 'community')
-rw-r--r-- | community/perl-file-chdir/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/perl-file-chdir/APKBUILD b/community/perl-file-chdir/APKBUILD index 9745ffe86b..710b4256ef 100644 --- a/community/perl-file-chdir/APKBUILD +++ b/community/perl-file-chdir/APKBUILD @@ -4,7 +4,7 @@ pkgname=perl-file-chdir #_pkgreal is used by apkbuild-cpan to find modules at MetaCpan _pkgreal=File-chdir -pkgver=0.1010 +pkgver=0.1011 pkgrel=0 pkgdesc="a more sensible way to change directories" url="https://metacpan.org/release/File-chdir/" @@ -32,4 +32,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="0a9390b48d49c2ac0e2f8b409396a6a2ea3518823d1b6d8c23bbf19a438b92d1e784dcf3bc7c0d43b0365b0620557aea1f8d9ef224b68ca9c472fefa8fe1adab File-chdir-0.1010.tar.gz" +sha512sums="249181e43faec925406b1fc86fc256afb27c588a4325122defd955f0f5c15c9d484f515841e6ebb3a643ce5e2a188338c88eee0df76a458aea4216c26bb7d6b7 File-chdir-0.1011.tar.gz" |