From 3857616806e0d254dc84545cc38efeae4ceb8bbd Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Mon, 15 Nov 2021 11:34:34 +0100 Subject: [PATCH] upgpkg: perl-template-simple 0.06-1 http=>https --- perl-template-simple/.SRCINFO | 3 +-- perl-template-simple/PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/perl-template-simple/.SRCINFO b/perl-template-simple/.SRCINFO index 1c1fdd8..0bbb886 100644 --- a/perl-template-simple/.SRCINFO +++ b/perl-template-simple/.SRCINFO @@ -9,8 +9,7 @@ pkgbase = perl-template-simple depends = perl>=5.10.0 depends = perl-file-slurp options = !emptydirs - source = http://cpan.metacpan.org/authors/id/U/UR/URI/Template-Simple-0.06.tar.gz + source = https://cpan.metacpan.org/authors/id/U/UR/URI/Template-Simple-0.06.tar.gz md5sums = d7ae8a05666b68d5b00cb4da7f25c774 pkgname = perl-template-simple - diff --git a/perl-template-simple/PKGBUILD b/perl-template-simple/PKGBUILD index 57198d3..19e8422 100644 --- a/perl-template-simple/PKGBUILD +++ b/perl-template-simple/PKGBUILD @@ -13,7 +13,7 @@ depends=( 'perl-file-slurp' ) options=(!emptydirs) -source=(http://cpan.metacpan.org/authors/id/${_author:0:1}/${_author:0:2}/$_author/$_perlmod-$pkgver.tar.gz) +source=(https://cpan.metacpan.org/authors/id/${_author:0:1}/${_author:0:2}/$_author/$_perlmod-$pkgver.tar.gz) md5sums=('d7ae8a05666b68d5b00cb4da7f25c774') build() {