1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00

testing: update all cpan urls to metacpan.org

This commit is contained in:
J0WI 2020-02-01 15:03:20 +01:00 committed by Leo
parent d2d8c7385b
commit fff27077ac
106 changed files with 250 additions and 250 deletions

View file

@ -4,7 +4,7 @@
pkgname=perl-algorithm-cron
_pkgreal=Algorithm-Cron
pkgver=0.10
pkgrel=1
pkgrel=2
pkgdesc="abstract implementation of the F<cron(8)> scheduling"
url="https://metacpan.org/release/Algorithm-Cron"
arch="noarch"
@ -14,7 +14,7 @@ cpanmakedepends="perl-test-fatal"
depends="$cpandepends"
makedepends="perl-dev perl-module-build $cpanmakedepends"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/$_pkgreal-$pkgver.tar.gz"
source="https://cpan.metacpan.org/authors/id/P/PE/PEVANS/$_pkgreal-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"
prepare() {