diff options
Diffstat (limited to 'testing/perl-crypt-cast5/APKBUILD')
-rw-r--r-- | testing/perl-crypt-cast5/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/perl-crypt-cast5/APKBUILD b/testing/perl-crypt-cast5/APKBUILD index 8d1f8028d7..3a84f93a21 100644 --- a/testing/perl-crypt-cast5/APKBUILD +++ b/testing/perl-crypt-cast5/APKBUILD @@ -4,14 +4,14 @@ pkgname=perl-crypt-cast5 _pkgreal=Crypt-CAST5 pkgver=0.05 -pkgrel=7 +pkgrel=8 pkgdesc="CAST5 block cipher" url="https://metacpan.org/release/Crypt-CAST5" arch="all" license="GPL-1.0-or-later OR Artistic-1.0-Perl" makedepends="perl-dev" subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/B/BO/BOBMATH/$_pkgreal-$pkgver.tar.gz" +source="https://cpan.metacpan.org/authors/id/B/BO/BOBMATH/$_pkgreal-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" |