upgpkg: perl-servicenow-soap 0.16-2

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

View File

@ -13,8 +13,7 @@ pkgbase = perl-servicenow-soap
depends = perl-soap-lite
depends = perl-xml-simple
options = !emptydirs
source = http://cpan.metacpan.org/authors/id/G/GF/GFLEWIS/ServiceNow-SOAP-0.16.tar.gz
source = https://cpan.metacpan.org/authors/id/G/GF/GFLEWIS/ServiceNow-SOAP-0.16.tar.gz
sha256sums = c2a35ddfe7ab4fd64d9553c53e6a1b5559b2fe8cd6aa54b30ccf44a1165c7949
pkgname = perl-servicenow-soap

View File

@ -17,7 +17,7 @@ depends=(
'perl-xml-simple'
)
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)
sha256sums=('c2a35ddfe7ab4fd64d9553c53e6a1b5559b2fe8cd6aa54b30ccf44a1165c7949')
build() {