diff options
author | Síle Ekaterin Liszka <sheila@vulpine.house> | 2023-03-21 03:58:40 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2023-03-31 05:35:55 +0000 |
commit | 20c13093e72d8a7486ce922f1c03e628c506c78c (patch) | |
tree | eb9d3f93d28076afbc5034c75b9fac1c5f4df09c /user/perl-data-section | |
parent | f2e291b613800c84566e73c4c565fe979ae9d4ca (diff) | |
download | packages-20c13093e72d8a7486ce922f1c03e628c506c78c.tar.gz packages-20c13093e72d8a7486ce922f1c03e628c506c78c.tar.bz2 packages-20c13093e72d8a7486ce922f1c03e628c506c78c.tar.xz packages-20c13093e72d8a7486ce922f1c03e628c506c78c.zip |
user/perl-data-section: upgrade to 0.200008
Diffstat (limited to 'user/perl-data-section')
-rw-r--r-- | user/perl-data-section/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/perl-data-section/APKBUILD b/user/perl-data-section/APKBUILD index 5e2f1455a..0cce6039e 100644 --- a/user/perl-data-section/APKBUILD +++ b/user/perl-data-section/APKBUILD @@ -5,7 +5,7 @@ _pkgreal=Data-Section _author=RJBS _au=${_author%%"${_author#??}"} _a=${_author%%"${_author#?}"} -pkgver=0.200007 +pkgver=0.200008 pkgrel=0 pkgdesc="Perl module for reading inline data in chunks" url="https://metacpan.org/pod/Data::Section" @@ -31,4 +31,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="0c23141ccc2041e8c1c222c95d6eab4b56e2d77a94c68507f67acbb62fa5132e9229e9680c9fff6ebbc6a47a42cf1943d6e5b50a5f0168c66193fb52aaa241f0 Data-Section-0.200007.tar.gz" +sha512sums="5fc8b25b1af8cdae5dca407bc039578e92bfc0b3bcfa2c01cdddf36ea30840f7eeeb336859a2e50719713c2675f2c1eb74c8832724d99ba4db92c47c65a860e3 Data-Section-0.200008.tar.gz" |