diff options
-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" |