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-digest-hmac | |
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-digest-hmac')
-rw-r--r-- | main/perl-digest-hmac/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/perl-digest-hmac/APKBUILD b/main/perl-digest-hmac/APKBUILD index f935d84df3..6233a0a268 100644 --- a/main/perl-digest-hmac/APKBUILD +++ b/main/perl-digest-hmac/APKBUILD @@ -2,7 +2,7 @@ pkgname=perl-digest-hmac _realname=Digest-HMAC pkgver=1.03 -pkgrel=0 +pkgrel=1 pkgdesc="Keyed-Hashing for Message Authentication Perl module" url="http://search.cpan.org/~gaas/Digest-HMAC-1.01/" arch="noarch" @@ -11,7 +11,7 @@ depends="perl perl-digest-sha1" makedepends="perl-dev" install= subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$_realname-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$_realname-$pkgver.tar.gz" _builddir="$srcdir"/$_realname-$pkgver build() { |