From 891303223cca8b2a9b2e9943e259e558cd672dec Mon Sep 17 00:00:00 2001 From: Astrum-polaris Date: Sat, 19 Dec 2020 11:06:03 +0800 Subject: [PATCH] perl-LWP-Protocol-https: update to 6.10 --- perl-LWP-Protocol-https/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-LWP-Protocol-https/PKGBUILD b/perl-LWP-Protocol-https/PKGBUILD index 0219ebbb..4c9623b2 100644 --- a/perl-LWP-Protocol-https/PKGBUILD +++ b/perl-LWP-Protocol-https/PKGBUILD @@ -2,7 +2,7 @@ _realname=LWP-Protocol-https pkgname=perl-${_realname} -pkgver=6.09 +pkgver=6.10 pkgrel=1 pkgdesc="Provide https support for LWP::UserAgent" arch=('any') @@ -12,7 +12,7 @@ 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=('16cfe1a511690b066db5667c8714802ee2b9c5d28a31a3e7bd36fbc70a3af592') +sha256sums=('cecfc31fe2d4fc854cac47fce13d3a502e8fdfe60c5bc1c09535743185f2a86c') build() { cd ${_realname}-${pkgver}