diff options
author | root <root@rshg054.dnsready.net> | 2012-10-05 01:33:02 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-10-05 01:33:02 -0700 |
commit | 777466db27694f0cad10a7159ba66f2a2b39a516 (patch) | |
tree | 314603754e3855eea98c7cc25416e7c746e40fcf /extra/perl-net-ssleay | |
parent | c3ff6b4da8966c22dcbf0f5d8a957b875242789f (diff) |
Fri Oct 5 01:33:01 PDT 2012
Diffstat (limited to 'extra/perl-net-ssleay')
-rw-r--r-- | extra/perl-net-ssleay/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/perl-net-ssleay/PKGBUILD b/extra/perl-net-ssleay/PKGBUILD index 847626556..8d548ad5d 100644 --- a/extra/perl-net-ssleay/PKGBUILD +++ b/extra/perl-net-ssleay/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 160545 2012-06-02 10:28:03Z bluewind $ +# $Id: PKGBUILD 167980 2012-10-04 16:11:02Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Manolis Tzanidakis pkgname=perl-net-ssleay _cpanname=Net-SSLeay -pkgver=1.48 -pkgrel=2 +pkgver=1.49 +pkgrel=1 pkgdesc="Perl extension for using OpenSSL" arch=('i686' 'x86_64') license=('custom:BSD') @@ -15,7 +15,7 @@ options=(!emptydirs) replaces=('net-ssleay') provides=('net-ssleay') source=("http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz") -md5sums=('4e10d9da28f26732e37807820bf72af5') +md5sums=('9e05acd6773ff5e94c5a1dcd7c0ec4a7') build() { cd ${srcdir}/${_cpanname}-${pkgver} |