upgpkg: perl-template-simple 0.06-1

http=>https
This commit is contained in:
Cedric Girard 2021-11-15 11:34:34 +01:00
parent 7c792e5f4d
commit 3857616806
Signed by: X-dark
GPG Key ID: E7D0E125DB9519E4
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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() {