aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-html-quoted
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2020-02-01 14:56:48 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-02-02 00:09:45 +0100
commit3c8264c6e10f5bc2a8eddadef23433c0d2a0496a (patch)
treea90ad738a35cc7672c8b42d303d68bec2741a10f /main/perl-html-quoted
parente731fcdf227f67201262ef13e38bf853636f5a93 (diff)
downloadaports-3c8264c6e10f5bc2a8eddadef23433c0d2a0496a.tar.bz2
aports-3c8264c6e10f5bc2a8eddadef23433c0d2a0496a.tar.xz
main: update all cpan urls to metacpan.org
Diffstat (limited to 'main/perl-html-quoted')
-rw-r--r--main/perl-html-quoted/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/perl-html-quoted/APKBUILD b/main/perl-html-quoted/APKBUILD
index c6eeb89630..ea950f3e56 100644
--- a/main/perl-html-quoted/APKBUILD
+++ b/main/perl-html-quoted/APKBUILD
@@ -2,15 +2,15 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=perl-html-quoted
pkgver=0.04
-pkgrel=0
+pkgrel=1
pkgdesc="HTML::Quoted perl module"
-url="http://search.cpan.org/dist/HTML-Quoted/"
+url="https://metacpan.org/release/HTML-Quoted/"
arch="noarch"
license="GPL-2.0 or Artistic"
depends="perl perl-html-parser"
makedepends="perl-dev perl-module-install"
subpackages="$pkgname-doc"
-source="http://search.cpan.org/CPAN/authors/id/T/TS/TSIBLEY/HTML-Quoted-$pkgver.tar.gz"
+source="https://cpan.metacpan.org/authors/id/T/TS/TSIBLEY/HTML-Quoted-$pkgver.tar.gz"
builddir="$srcdir/HTML-Quoted-$pkgver"