diff options
Diffstat (limited to 'testing/perl-crypt-saltedhash/APKBUILD')
-rw-r--r-- | testing/perl-crypt-saltedhash/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/perl-crypt-saltedhash/APKBUILD b/testing/perl-crypt-saltedhash/APKBUILD index 48df5b17a1..78193f0324 100644 --- a/testing/perl-crypt-saltedhash/APKBUILD +++ b/testing/perl-crypt-saltedhash/APKBUILD @@ -4,7 +4,7 @@ pkgname=perl-crypt-saltedhash _pkgreal=Crypt-SaltedHash pkgver=0.09 -pkgrel=2 +pkgrel=3 pkgdesc="Perl interface to functions that assist in working with salted hashes" url="https://metacpan.org/release/Crypt-SaltedHash" arch="noarch" @@ -13,7 +13,7 @@ cpanmakedepends="perl-test-fatal" depends="perl" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/G/GS/GSHANK/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/G/GS/GSHANK/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" prepare() { |