From 88f172e086c203c702b300afe2b5ea1151551040 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sun, 25 Feb 2024 09:43:45 +0000 Subject: [PATCH] perl-LWP-Protocol-https: update to 6.13 --- perl-LWP-Protocol-https/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/perl-LWP-Protocol-https/PKGBUILD b/perl-LWP-Protocol-https/PKGBUILD index a5245a92..261546e2 100644 --- a/perl-LWP-Protocol-https/PKGBUILD +++ b/perl-LWP-Protocol-https/PKGBUILD @@ -2,17 +2,17 @@ _realname=LWP-Protocol-https pkgname=perl-${_realname} -pkgver=6.10 -pkgrel=2 +pkgver=6.13 +pkgrel=1 pkgdesc="Provide https support for LWP::UserAgent" arch=('any') -url="https://metacpan.org/release/LWP-Protocol-https" +url="https://metacpan.org/dist/LWP-Protocol-https" groups=('perl-modules') license=('PerlArtistic' 'GPL') depends=('perl' 'perl-IO-Socket-SSL' 'perl-Mozilla-CA' 'perl-Net-HTTP' 'perl-libwww') options=('!emptydirs') -source=("https://www.cpan.org/authors/id/O/OA/OALDERS/${_realname}-$pkgver.tar.gz") -sha256sums=('cecfc31fe2d4fc854cac47fce13d3a502e8fdfe60c5bc1c09535743185f2a86c') +source=("https://cpan.metacpan.org/authors/id/O/OA/OALDERS/${_realname}-${pkgver}.tar.gz") +sha256sums=('598bd131f7546af63561f61e398506857e8ee69e5ac116936c344fecb98c38bb') build() { cd ${_realname}-${pkgver}