Skip to content

Commit

Permalink
OpenSSL 1.1.1h
Browse files Browse the repository at this point in the history
  • Loading branch information
julepka committed Apr 27, 2021
1 parent 5efca9f commit 19b79d4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ endif
VERSION ?= 1.1.1h

## Extra version of the distributed package
PACKAGE_VERSION ?= 2
PACKAGE_VERSION ?= 3
export PACKAGE_VERSION

MIN_IOS_SDK = 10.0
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ let package = Package(
url:"https://github.com/cossacklabs/openssl-apple/releases/download/1.1.10803/openssl-static-xcframework.zip",
// Run from package directory:
// swift package compute-checksum output/openssl-static-xcframework.zip
checksum: "dd884d18e49fd46a4df2757b57b3862003b8bf12bd792459bef20e68ccacb9d5"),
checksum: "4e03d2d4d5ee25216dc6353dc3d3336a23ee7191533fe9951ad607510b758a3b"),
]
)
3 changes: 3 additions & 0 deletions carthage/openssl-dynamic-xcframework.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"1.1.10803": "https://github.com/cossacklabs/openssl-apple/releases/download/v1.1.10803/openssl-dynamic-xcframework.zip",
}
3 changes: 3 additions & 0 deletions carthage/openssl-static-xcframework.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"1.1.10803": "https://github.com/cossacklabs/openssl-apple/releases/download/v1.1.10803/openssl-static-xcframework.zip",
}

0 comments on commit 19b79d4

Please sign in to comment.