Skip to content

Commit 49693aa

Browse files
author
Marcell Kresz
committed
Fixing version and download location.
OpenSSL moved version 1.0.2j to location https://www.openssl.org/source/old/1.0.2/openssl-1.0.2j.tar.gz OpenSSL LTS version is 1.0.2l on website https://www.openssl.org/source/
1 parent 23a8ee9 commit 49693aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

1.0.210/OpenSSL.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ Pod::Spec.new do |s|
55
s.author = "OpenSSL Project <[email protected]>"
66

77
s.homepage = "https://github.com/FredericJacobs/OpenSSL-Pod"
8-
s.source = { :http => "https://openssl.org/source/openssl-1.0.2j.tar.gz", :sha1 => "bdfbdb416942f666865fa48fe13c2d0e588df54f"}
8+
s.source = { :http => "https://openssl.org/source/openssl-1.0.2l.tar.gz", :sha1 => "b58d5d0e9cea20e571d903aafa853e2ccd914138"}
99
s.source_files = "opensslIncludes/openssl/*.h"
1010
s.header_dir = "openssl"
1111
s.license = { :type => 'OpenSSL (OpenSSL/SSLeay)', :file => 'LICENSE' }
1212

1313
s.prepare_command = <<-CMD
14-
VERSION="1.0.2j"
14+
VERSION="1.0.2l"
1515
SDKVERSION=`xcrun --sdk iphoneos --show-sdk-version 2> /dev/null`
1616
MIN_SDK_VERSION_FLAG="-miphoneos-version-min=7.0"
1717

0 commit comments

Comments
 (0)