aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-25 01:23:00 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-25 01:30:36 -0300
commit780f8668eb8dc68bab6a158f53c92446c2da91d9 (patch)
tree7ab94b1af8939f5b61e16656d30ce2aa455401cc
parent5995ffb9f734c98ddbe2ea1d16bcb9e99bdf02bb (diff)
downloadaports-780f8668eb8dc68bab6a158f53c92446c2da91d9.tar.bz2
aports-780f8668eb8dc68bab6a158f53c92446c2da91d9.tar.xz
testing/perl-starman: upgrade to 0.4015
-rw-r--r--testing/perl-starman/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/perl-starman/APKBUILD b/testing/perl-starman/APKBUILD
index 1ec0ea60e0..87aac40517 100644
--- a/testing/perl-starman/APKBUILD
+++ b/testing/perl-starman/APKBUILD
@@ -3,8 +3,8 @@
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=perl-starman
_pkgreal=Starman
-pkgver=0.4014
-pkgrel=1
+pkgver=0.4015
+pkgrel=0
pkgdesc="High-performance preforking PSGI/Plack web server"
url="https://metacpan.org/release/Starman"
arch="noarch"
@@ -16,7 +16,7 @@ depends="$cpandepends"
makedepends="perl-dev perl-module-build-tiny"
checkdepends="$cpancheckdepends"
subpackages="$pkgname-doc"
-source="http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/$_pkgreal-$pkgver.tar.gz"
+source="https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/Starman-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"
prepare() {
@@ -40,4 +40,4 @@ check() {
./Build test
}
-sha512sums="27e5735a1bd2c29944c469f19a6e05cae038da0f678ca6a12bdae87dd075e4e433e3f4126507f90284a71aa5baf1b8babd120603d265d8b1f3b7b1a6528e0c9f Starman-0.4014.tar.gz"
+sha512sums="8e603dfc27ee54b577c24bd521da08ecb56ae2b6992ad2304156a23b917465b3a14d11e1f038ca809ff6359798e03d3ce6d6aa705e55637401d8391ec5086ade Starman-0.4015.tar.gz"