From 4af5afbc7a6e54079046b8f6ecafcc403382736c Mon Sep 17 00:00:00 2001 From: Alexpux Date: Sun, 27 Jul 2014 22:07:21 +0400 Subject: [PATCH] perl-libwww: Update to 6.08 --- perl-libwww/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/perl-libwww/PKGBUILD b/perl-libwww/PKGBUILD index 92fe9026..8fbb37fe 100644 --- a/perl-libwww/PKGBUILD +++ b/perl-libwww/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Alexey Pavlov pkgname=perl-libwww -pkgver=6.06 -pkgrel=2 +pkgver=6.08 +pkgrel=1 pkgdesc="The World-Wide Web library for Perl" arch=('any') url="https://metacpan.org/release/libwww-perl" @@ -16,7 +16,7 @@ depends=('perl' 'perl-Encode-Locale' 'perl-File-Listing' 'perl-HTTP-Message') optdepends=('perl-LWP-Protocol-HTTPS: for https:// url schemes') source=(http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/libwww-perl-${pkgver}.tar.gz) -sha1sums=('9640b88fb8bd3c88813525cad8e613f26a4e002b') +sha1sums=('400977d632eaf6e9dc3fb517114995d93cb3f6d2') build() { cd libwww-perl-${pkgver}