diff options
Diffstat (limited to 'system/perl-authen-sasl/APKBUILD')
-rw-r--r-- | system/perl-authen-sasl/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/perl-authen-sasl/APKBUILD b/system/perl-authen-sasl/APKBUILD index ad6f196ca..b894d9dee 100644 --- a/system/perl-authen-sasl/APKBUILD +++ b/system/perl-authen-sasl/APKBUILD @@ -11,7 +11,7 @@ depends="perl perl-digest-hmac" makedepends="perl-dev perl-module-install" install= subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/Authen-SASL-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/G/GB/GBARR/Authen-SASL-$pkgver.tar.gz" builddir="$srcdir/$_realname-$pkgver" build() { |