Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions OpenSSL.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.version = "1.0.213"
s.summary = "OpenSSL is an SSL/TLS and Crypto toolkit. Deprecated in Mac OS and gone in iOS, this spec gives your project non-deprecated OpenSSL support."
s.author = "OpenSSL Project <openssl-dev@openssl.org>"
s.source = { http: "https://www.openssl.org/source/openssl-#{OPENSSL_VERSION}.tar.gz", sha256: "8c6ff15ec6b319b50788f42c7abc2890c08ba5a1cdcd3810eb9092deada37b0f" }
s.source = { http: "https://www.openssl.org/source/old/1.0.2/openssl-#{OPENSSL_VERSION}.tar.gz", sha256: "8c6ff15ec6b319b50788f42c7abc2890c08ba5a1cdcd3810eb9092deada37b0f" }
s.homepage = "https://github.com/WhisperSystems/OpenSSL-Pod"
s.source_files = "opensslIncludes/openssl/*.h"
s.header_dir = "openssl"
Expand All @@ -31,7 +31,7 @@ Pod::Spec.new do |s|
CHECKSUM_FILE="checksum"

SRC_TARBALL="openssl-${OPENSSL_VERSION}.tar.gz"
SRC_URL="https://www.openssl.org/source/${SRC_TARBALL}"
SRC_URL="https://www.openssl.org/source/old/1.0.2/${SRC_TARBALL}"

if [ -f file.tgz ]
then
Expand Down