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-cgi-psgi | |
| 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-cgi-psgi')
| -rw-r--r-- | main/perl-cgi-psgi/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/perl-cgi-psgi/APKBUILD b/main/perl-cgi-psgi/APKBUILD index c0ca5ced68..faeadc8b22 100644 --- a/main/perl-cgi-psgi/APKBUILD +++ b/main/perl-cgi-psgi/APKBUILD @@ -4,15 +4,15 @@ pkgname=perl-cgi-psgi _pkgreal=CGI-PSGI pkgver=0.15 -pkgrel=1 +pkgrel=2 pkgdesc="Adapt CGI.pm to the PSGI protocol" -url="http://search.cpan.org/dist/CGI-PSGI/" +url="https://metacpan.org/release/CGI-PSGI/" arch="noarch" license="GPL PerlArtistic" depends="$cpandepends perl-cgi" makedepends="perl-dev $cpanmakedepends perl-module-install" 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/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" |
