upgpkg: perl-template-simple 0.06-1
http=>https
This commit is contained in:
parent
7c792e5f4d
commit
3857616806
2 changed files with 2 additions and 3 deletions
|
@ -9,8 +9,7 @@ pkgbase = perl-template-simple
|
||||||
depends = perl>=5.10.0
|
depends = perl>=5.10.0
|
||||||
depends = perl-file-slurp
|
depends = perl-file-slurp
|
||||||
options = !emptydirs
|
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
|
md5sums = d7ae8a05666b68d5b00cb4da7f25c774
|
||||||
|
|
||||||
pkgname = perl-template-simple
|
pkgname = perl-template-simple
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ depends=(
|
||||||
'perl-file-slurp'
|
'perl-file-slurp'
|
||||||
)
|
)
|
||||||
options=(!emptydirs)
|
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')
|
md5sums=('d7ae8a05666b68d5b00cb4da7f25c774')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue