aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-json-webtoken/APKBUILD
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2020-02-01 15:00:08 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-02-02 00:09:45 +0100
commitd2d8c7385b0582928d8ffa96eea86888c8511c25 (patch)
tree41f91221b30c4c34b72604dd6400a7825eda57de /community/perl-json-webtoken/APKBUILD
parent3c8264c6e10f5bc2a8eddadef23433c0d2a0496a (diff)
downloadaports-d2d8c7385b0582928d8ffa96eea86888c8511c25.tar.bz2
aports-d2d8c7385b0582928d8ffa96eea86888c8511c25.tar.xz
community: update all cpan urls to metacpan.org
Diffstat (limited to 'community/perl-json-webtoken/APKBUILD')
-rw-r--r--community/perl-json-webtoken/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/perl-json-webtoken/APKBUILD b/community/perl-json-webtoken/APKBUILD
index ee6efd76d3..9d9cb24159 100644
--- a/community/perl-json-webtoken/APKBUILD
+++ b/community/perl-json-webtoken/APKBUILD
@@ -3,7 +3,7 @@
pkgname=perl-json-webtoken
_pkgname=JSON-WebToken
pkgver=0.10
-pkgrel=2
+pkgrel=3
pkgdesc="JSON Web Token (JWT) implementation for Perl"
url="https://github.com/xaicron/p5-JSON-WebToken"
arch="noarch"
@@ -12,7 +12,7 @@ depends="perl-json perl-module-runtime perl-mime-base64 perl-carp"
makedepends="perl-dev perl-module-build perl-test-requires perl-crypt-openssl-rsa
perl-crypt-openssl-bignum perl-test-mock-guard perl-class-load"
subpackages="$pkgname-doc"
-source="http://search.cpan.org/CPAN/authors/id/X/XA/XAICRON/$_pkgname-$pkgver.tar.gz"
+source="https://cpan.metacpan.org/authors/id/X/XA/XAICRON/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
prepare() {