diff options
author | Francois Perrad <fperrad@gmail.com> | 2015-04-18 10:15:27 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-18 15:00:31 +0200 |
commit | 3d3aac32799ebc1cd07d201022f9eb7f07651e40 (patch) | |
tree | e767c9aab1d942adb0896f702ee76891ea7713e2 /package/perl-net-ssleay/perl-net-ssleay.mk | |
parent | 5a8707af1b3eeb6a4094f83d28464e3ee0a7f741 (diff) | |
download | buildroot-3d3aac32799ebc1cd07d201022f9eb7f07651e40.tar.gz buildroot-3d3aac32799ebc1cd07d201022f9eb7f07651e40.zip |
perl-net-ssleay: bump to version 1.68
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/perl-net-ssleay.mk')
-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 b850a5ecd1..0ee95667c6 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.67 +PERL_NET_SSLEAY_VERSION = 1.68 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 |