File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ Pod::Spec.new do |s|
5
5
s . author = "OpenSSL Project <[email protected] >"
6
6
7
7
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 " }
9
9
s . source_files = "opensslIncludes/openssl/*.h"
10
10
s . header_dir = "openssl"
11
11
s . license = { :type => 'OpenSSL (OpenSSL/SSLeay)' , :file => 'LICENSE' }
12
12
13
13
s . prepare_command = <<-CMD
14
- VERSION="1.0.2j "
14
+ VERSION="1.0.2l "
15
15
SDKVERSION=`xcrun --sdk iphoneos --show-sdk-version 2> /dev/null`
16
16
MIN_SDK_VERSION_FLAG="-miphoneos-version-min=7.0"
17
17
You can’t perform that action at this time.
0 commit comments