main/perl-lwp-protocol-https: upgrade to 6.12

Removed `perl-dev` from `makedepends` because this
is a pure Perl module with no C code (it's `noarch`)
This commit is contained in:
Celeste 2024-01-23 01:34:55 +00:00 committed by omni
parent d120b5ac7b
commit c7019461d2

View File

@ -4,7 +4,7 @@
pkgname=perl-lwp-protocol-https
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal=LWP-Protocol-https
pkgver=6.11
pkgver=6.12
pkgrel=0
pkgdesc="Provide https support for LWP::UserAgent"
url="https://metacpan.org/release/LWP-Protocol-https/"
@ -17,7 +17,6 @@ depends="
perl-mozilla-ca
perl-net-http
"
makedepends="perl-dev"
checkdepends="
perl-test-needs
perl-test-requiresinternet
@ -47,5 +46,5 @@ package() {
}
sha512sums="
1e74c45898778c58d00eefbdd04a3ed47cf38164296278bec66c9b85f48ad635931873d2bf5423be8562df2c22b4bbf8eff0502bd29ba1c790bbbf76f3616ecf LWP-Protocol-https-6.11.tar.gz
cfddbf36cba623bb03c0b514741ddff19b762c49fd2056210e9d1b15c211d605687ece51dd45eac90c61ceb8b47acee153a3c1c8f4a244bd8f3dcc9bf16cff68 LWP-Protocol-https-6.12.tar.gz
"