diff options
author | Síle Ekaterin Liszka <sheila@vulpine.house> | 2023-03-21 10:07:41 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2023-03-31 05:35:55 +0000 |
commit | 47d504ea28eacc0cf512893f021c0b6c6bdaf0cb (patch) | |
tree | eb6cb71e35bf276fb335227fcad4f3b96dbfd74a | |
parent | c4ef1848d7b909ab280cb8a5b1709d098fad2871 (diff) | |
download | packages-47d504ea28eacc0cf512893f021c0b6c6bdaf0cb.tar.gz packages-47d504ea28eacc0cf512893f021c0b6c6bdaf0cb.tar.bz2 packages-47d504ea28eacc0cf512893f021c0b6c6bdaf0cb.tar.xz packages-47d504ea28eacc0cf512893f021c0b6c6bdaf0cb.zip |
user/perl-mixin-linewise: upgrade to 0.111
-rw-r--r-- | user/perl-mixin-linewise/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/perl-mixin-linewise/APKBUILD b/user/perl-mixin-linewise/APKBUILD index be942b9d4..536b5defd 100644 --- a/user/perl-mixin-linewise/APKBUILD +++ b/user/perl-mixin-linewise/APKBUILD @@ -5,7 +5,7 @@ _pkgreal=Mixin-Linewise _author=RJBS _au=${_author%%"${_author#??}"} _a=${_author%%"${_author#?}"} -pkgver=0.110 +pkgver=0.111 pkgrel=0 pkgdesc="Line-wise reader and writer for Perl strings" url="https://metacpan.org/release/Mixin-Linewise" @@ -31,4 +31,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="b5c7e5ab8b5f971fb5cc0e378108513488ff20525f85b9bb12afa3d855088a6a4040ffd8d5dcac97677905dcc6b4e85ac86cd6d69f37c42fb4ca2fa4eb912abf Mixin-Linewise-0.110.tar.gz" +sha512sums="282c9bbb825ee05f1d916fdfb1caad6c04a917a26c10ae18dc9883706e612915186c49a96209af254329f346bc731547a20ff2db136f0ceaf1edd5d21b120195 Mixin-Linewise-0.111.tar.gz" |