aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-dancer
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2019-04-01 13:35:05 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2019-04-01 13:35:05 +0000
commit88cdf6f8547f59c09a38de601a150874b9eec7ed (patch)
tree4c43d29729c36ce93c8f8f26969f164f2be351ec /community/perl-dancer
parenta0163acc2565eb648eb40e09a11a7bd18114be57 (diff)
downloadaports-88cdf6f8547f59c09a38de601a150874b9eec7ed.tar.bz2
aports-88cdf6f8547f59c09a38de601a150874b9eec7ed.tar.xz
community/perl-dancer: upgrade to 1.3512
Diffstat (limited to 'community/perl-dancer')
-rw-r--r--community/perl-dancer/APKBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/community/perl-dancer/APKBUILD b/community/perl-dancer/APKBUILD
index 8a607136e3..bd015c2a77 100644
--- a/community/perl-dancer/APKBUILD
+++ b/community/perl-dancer/APKBUILD
@@ -2,17 +2,19 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=perl-dancer
_pkgreal=Dancer
-pkgver=1.3202
-pkgrel=1
+pkgver=1.3512
+pkgrel=0
pkgdesc="Perl module for Dancer"
url="http://search.cpan.org/dist/Dancer/"
arch="noarch"
license="GPL PerlArtistic"
-cpanmakedepends=""
cpandepends="perl-module-runtime perl-try-tiny perl-hash-merge-simple
perl-mime-types perl-http-server-simple-psgi perl-http-body
perl-devel-hide perl-plack perl-libwww perl-test-nowarnings"
+cpancheckdepends="perl-yaml perl-http-cookies perl-json perl-http-cookiejar
+ perl-test-pod-coverage perl-test-output"
depends="$cpandepends"
+checkdepends="$cpancheckdepends"
makedepends="perl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/B/BI/BIGPRESH/$_pkgreal-$pkgver.tar.gz"
@@ -42,4 +44,4 @@ package() {
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
-sha512sums="d2865b694a36375ce3266bca5a1223b1e62365176b750e91fe428e7f8315a061c30b930285ee76c894881e40f4cefa539e3f806b81ae6b6897631ba34dd53676 Dancer-1.3202.tar.gz"
+sha512sums="e35ba7b6cbb2da4d61b054ac13483ea457011fad06a4a9abc596a2878d841f3eba0f5c08dfee0e5887fffba4b57c9b0862721959d1d1de57e2b53046093e8d3c Dancer-1.3512.tar.gz"