diff options
author | J0WI <J0WI@users.noreply.github.com> | 2020-02-01 14:56:48 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-02 00:09:45 +0100 |
commit | 3c8264c6e10f5bc2a8eddadef23433c0d2a0496a (patch) | |
tree | a90ad738a35cc7672c8b42d303d68bec2741a10f /main/perl-cache-cache/APKBUILD | |
parent | e731fcdf227f67201262ef13e38bf853636f5a93 (diff) | |
download | aports-3c8264c6e10f5bc2a8eddadef23433c0d2a0496a.tar.bz2 aports-3c8264c6e10f5bc2a8eddadef23433c0d2a0496a.tar.xz |
main: update all cpan urls to metacpan.org
Diffstat (limited to 'main/perl-cache-cache/APKBUILD')
-rw-r--r-- | main/perl-cache-cache/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/perl-cache-cache/APKBUILD b/main/perl-cache-cache/APKBUILD index d62dbf1d2f..12533d2154 100644 --- a/main/perl-cache-cache/APKBUILD +++ b/main/perl-cache-cache/APKBUILD @@ -4,9 +4,9 @@ pkgname=perl-cache-cache _pkgreal=Cache-Cache pkgver=1.08 -pkgrel=0 +pkgrel=1 pkgdesc="Perl modules for cache-handling for applications" -url="http://search.cpan.org/dist/Cache-Cache/" +url="https://metacpan.org/release/Cache-Cache/" arch="noarch" license="GPL PerlArtistic" cpandepends="perl-error perl-digest-sha1" @@ -14,7 +14,7 @@ cpanmakedepends=" " depends="$cpandepends" makedepends="perl-dev perl-ipc-sharelite $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/R/RJ/RJBS/$_pkgreal-$pkgver.tar.gz" _builddir="$srcdir/$_pkgreal-$pkgver" |