summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63a2d18ac0d6..9051a7e0373a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = perl-lwp-protocol-socks
pkgdesc = Adds support for the socks protocol and proxy facility
- pkgver = 1.6
+ pkgver = 1.7
pkgrel = 1
url = http://search.cpan.org/~scr/LWP-Protocol-socks-1.3/
arch = any
@@ -9,8 +9,7 @@ pkgbase = perl-lwp-protocol-socks
depends = perl-io-socket-ssl
depends = perl-io-socket-socks
depends = perl-lwp-protocol-https
- source = http://search.cpan.org/CPAN/authors/id/S/SC/SCR/LWP-Protocol-socks-1.6.tar.gz
- md5sums = 251f88101bb59207171f126c190faac9
+ source = http://search.cpan.org/CPAN/authors/id/S/SC/SCR/LWP-Protocol-socks-1.7.tar.gz
+ md5sums = 1f2031d0838d4c04babfb85f767d9ae0
pkgname = perl-lwp-protocol-socks
-
diff --git a/PKGBUILD b/PKGBUILD
index 573b370bf400..89fc48923c59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Petrenko Alexey <alexey-p at uralweb dot ru>
pkgname=perl-lwp-protocol-socks
-pkgver=1.6
+pkgver=1.7
pkgrel=1
pkgdesc='Adds support for the socks protocol and proxy facility'
url='http://search.cpan.org/~scr/LWP-Protocol-socks-1.3/'
@@ -10,7 +10,7 @@ depends=('perl-libwww' 'perl-io-socket-ssl' 'perl-io-socket-socks' 'perl-lwp-pro
arch=('any')
license=('GPL')
source=(http://search.cpan.org/CPAN/authors/id/S/SC/SCR/LWP-Protocol-socks-$pkgver.tar.gz)
-md5sums=('251f88101bb59207171f126c190faac9')
+md5sums=('1f2031d0838d4c04babfb85f767d9ae0')
build() {
cd "$srcdir/LWP-Protocol-socks-$pkgver"