diff options
author | root <root@rshg054.dnsready.net> | 2012-12-13 02:32:08 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-13 02:32:08 -0800 |
commit | 1517345ab70f42a5e050f3dc9b498038118f9ff1 (patch) | |
tree | 7d253e05f7ccad9016d9c0dee8b2671e5b73045b /extra/perl-net-ssleay/PKGBUILD | |
parent | ef947957a5734ba25be3cdb6595491c816592133 (diff) |
Thu Dec 13 02:27:45 PST 2012
Diffstat (limited to 'extra/perl-net-ssleay/PKGBUILD')
-rw-r--r-- | extra/perl-net-ssleay/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/perl-net-ssleay/PKGBUILD b/extra/perl-net-ssleay/PKGBUILD index 8d548ad5d..526271f38 100644 --- a/extra/perl-net-ssleay/PKGBUILD +++ b/extra/perl-net-ssleay/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 167980 2012-10-04 16:11:02Z giovanni $ +# $Id: PKGBUILD 173205 2012-12-13 02:46:32Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Manolis Tzanidakis pkgname=perl-net-ssleay _cpanname=Net-SSLeay -pkgver=1.49 +pkgver=1.50 pkgrel=1 pkgdesc="Perl extension for using OpenSSL" arch=('i686' 'x86_64') @@ -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=('9e05acd6773ff5e94c5a1dcd7c0ec4a7') +md5sums=('5e239c5aae70dece79fcd6a4307fc53e') build() { cd ${srcdir}/${_cpanname}-${pkgver} |