aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-math-random-isaac-xs
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2020-02-01 15:03:20 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-02-02 00:09:45 +0100
commitfff27077ac283fb9be674a1200c41c85b828f9c8 (patch)
treee5232bc3fba4254769613f3963f6c32e324cfd4d /testing/perl-math-random-isaac-xs
parentd2d8c7385b0582928d8ffa96eea86888c8511c25 (diff)
downloadaports-fff27077ac283fb9be674a1200c41c85b828f9c8.tar.bz2
aports-fff27077ac283fb9be674a1200c41c85b828f9c8.tar.xz
testing: update all cpan urls to metacpan.org
Diffstat (limited to 'testing/perl-math-random-isaac-xs')
-rw-r--r--testing/perl-math-random-isaac-xs/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/perl-math-random-isaac-xs/APKBUILD b/testing/perl-math-random-isaac-xs/APKBUILD
index 100a64b699..53e1cb1570 100644
--- a/testing/perl-math-random-isaac-xs/APKBUILD
+++ b/testing/perl-math-random-isaac-xs/APKBUILD
@@ -4,9 +4,9 @@
pkgname=perl-math-random-isaac-xs
_pkgreal=Math-Random-ISAAC-XS
pkgver=1.004
-pkgrel=2
+pkgrel=3
pkgdesc="C implementation of the ISAAC PRNG algorithm"
-url="http://search.cpan.org/dist/Math-Random-ISAAC-XS/"
+url="https://metacpan.org/release/Math-Random-ISAAC-XS/"
arch="all"
license="unrestricted"
cpandepends=""
@@ -16,7 +16,7 @@ depends="$cpandepends"
makedepends="perl-dev perl-module-build $cpanmakedepends"
checkdepends="$cpancheckdepends"
subpackages="$pkgname-doc"
-source="http://search.cpan.org/CPAN/authors/id/J/JA/JAWNSY/$_pkgreal-$pkgver.tar.gz"
+source="https://cpan.metacpan.org/authors/id/J/JA/JAWNSY/$_pkgreal-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"
prepare() {