aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-crypt-saltedhash
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-28 00:08:35 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-28 00:08:35 -0300
commit2db753f5a276f22d02f6a5e0a8ac271bd6370ad8 (patch)
tree52e3213ee2477a45f638561a25e48bd3e71f983b /testing/perl-crypt-saltedhash
parentf25bcf92d23ac7b47449127b8a685f91c37cd49c (diff)
downloadaports-2db753f5a276f22d02f6a5e0a8ac271bd6370ad8.tar.bz2
aports-2db753f5a276f22d02f6a5e0a8ac271bd6370ad8.tar.xz
testing/perl-crypt-saltedhash: fix url
Diffstat (limited to 'testing/perl-crypt-saltedhash')
-rw-r--r--testing/perl-crypt-saltedhash/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/perl-crypt-saltedhash/APKBUILD b/testing/perl-crypt-saltedhash/APKBUILD
index 34aa6af052..48df5b17a1 100644
--- a/testing/perl-crypt-saltedhash/APKBUILD
+++ b/testing/perl-crypt-saltedhash/APKBUILD
@@ -4,9 +4,9 @@
pkgname=perl-crypt-saltedhash
_pkgreal=Crypt-SaltedHash
pkgver=0.09
-pkgrel=1
+pkgrel=2
pkgdesc="Perl interface to functions that assist in working with salted hashes"
-url="http://search.cpan.org/dist/Crypt-SaltedHash/"
+url="https://metacpan.org/release/Crypt-SaltedHash"
arch="noarch"
license="GPL-1.0-or-later OR Artistic-1.0-Perl"
cpanmakedepends="perl-test-fatal"