diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-24 21:20:19 -0300 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-09-28 09:26:31 +0000 |
commit | 7570e5773a32675ec4784f4677f9f9c9b0b61f65 (patch) | |
tree | 583a348529b63e49c4f78c54592a120343365405 | |
parent | 3f110aff54a0ff10332ae53c70a0fdc4fbd9f4ec (diff) | |
download | aports-7570e5773a32675ec4784f4677f9f9c9b0b61f65.tar.bz2 aports-7570e5773a32675ec4784f4677f9f9c9b0b61f65.tar.xz |
main/perl-file-slurp: upgrade to 9999.28
Closes !120
-rw-r--r-- | main/perl-file-slurp/APKBUILD | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/main/perl-file-slurp/APKBUILD b/main/perl-file-slurp/APKBUILD index 12ab491196..bfe70a3dcb 100644 --- a/main/perl-file-slurp/APKBUILD +++ b/main/perl-file-slurp/APKBUILD @@ -3,18 +3,16 @@ # Maintainer: Timo Teräs <timo.teras@iki.fi> pkgname=perl-file-slurp _pkgreal=File-Slurp -pkgver=9999.27 +pkgver=9999.28 pkgrel=0 pkgdesc="Simple and Efficient Reading/Writing/Modifying of Complete Files" -url="http://search.cpan.org/dist/File-Slurp/" +url="https://metacpan.org/release/File-Slurp" arch="noarch" -license="GPL PerlArtistic" -cpandepends="" -cpanmakedepends="" -depends="$cpandepends" -makedepends="perl-dev $cpanmakedepends" +license="GPL-1.0-or-later OR Artistic-1.0-Perl" +depends="perl" +makedepends="perl-dev" subpackages="$pkgname-doc" -source="https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/File-Slurp-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" @@ -39,4 +37,4 @@ package() { find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } -sha512sums="24a5e2b93f7fda65cbdf0e54687de3af511cfd3909dcf4c79610882bf4f119afdf2bd60de28fcb8d9155b94a29ca4f901e28930a810949e490ba1c584d7a6ee0 File-Slurp-9999.27.tar.gz" +sha512sums="4e4f6ee3f1563eff230a4d3db8e71647e41f58be523c60d023763c94b41a850c24873ac2b0f27e192a47afc77cc20e2e09d7b83ffef34b465601ef64ec9cd4ef File-Slurp-9999.28.tar.gz" |