aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-switch
diff options
context:
space:
mode:
Diffstat (limited to 'main/perl-switch')
-rw-r--r--main/perl-switch/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/perl-switch/APKBUILD b/main/perl-switch/APKBUILD
index 5a64330370e..4a9cb8ba47a 100644
--- a/main/perl-switch/APKBUILD
+++ b/main/perl-switch/APKBUILD
@@ -2,16 +2,16 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=perl-switch
pkgver=2.17
-pkgrel=0
+pkgrel=1
pkgdesc="A switch statement for Perl"
-url="http://search.cpan.org/dist/Switch/"
+url="https://metacpan.org/release/Switch/"
arch="noarch"
license="Perl"
depends="perl"
makedepends="perl-dev"
install=""
subpackages="$pkgname-doc"
-source="http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Switch-$pkgver.tar.gz"
+source="https://cpan.metacpan.org/authors/id/C/CH/CHORNY/Switch-$pkgver.tar.gz"
_builddir="$srcdir"/Switch-$pkgver
prepare() {