diff options
author | Francois Perrad <fperrad@gmail.com> | 2014-10-26 09:12:53 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-10-26 13:57:41 +0100 |
commit | a39dedc05e0f075c581e04c63b85fffe336c50fe (patch) | |
tree | d45dfd72b5359959df7c9969b6384b0189c1f9b9 /package/perl-net-ssleay | |
parent | 9c79200529e405ebe76e3d889918692f89560797 (diff) | |
download | buildroot-a39dedc05e0f075c581e04c63b85fffe336c50fe.tar.gz buildroot-a39dedc05e0f075c581e04c63b85fffe336c50fe.zip |
perl-net-ssleay: bump to version 1.66
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/perl-net-ssleay')
-rw-r--r-- | package/perl-net-ssleay/perl-net-ssleay.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/perl-net-ssleay/perl-net-ssleay.mk b/package/perl-net-ssleay/perl-net-ssleay.mk index b17975c431..ed2efd67c0 100644 --- a/package/perl-net-ssleay/perl-net-ssleay.mk +++ b/package/perl-net-ssleay/perl-net-ssleay.mk @@ -4,7 +4,7 @@ # ################################################################################ -PERL_NET_SSLEAY_VERSION = 1.65 +PERL_NET_SSLEAY_VERSION = 1.66 PERL_NET_SSLEAY_SOURCE = Net-SSLeay-$(PERL_NET_SSLEAY_VERSION).tar.gz PERL_NET_SSLEAY_SITE = $(BR2_CPAN_MIRROR)/authors/id/M/MI/MIKEM PERL_NET_SSLEAY_DEPENDENCIES = perl openssl |