OpenSSL 1.1.1m

This commit is contained in:
Davide De Rosa 2022-02-02 20:08:45 +00:00
parent b423309afb
commit cbbff97a99
No known key found for this signature in database
GPG Key ID: 092E0218047A5650
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ let package = Package(
// Targets can depend on other targets in this package, and on products in packages this package depends on. // Targets can depend on other targets in this package, and on products in packages this package depends on.
.binaryTarget( .binaryTarget(
name: "openssl", name: "openssl",
url: "https://github.com/keeshux/openssl-apple/releases/download/1.1.11200/openssl.xcframework.zip", url: "https://github.com/keeshux/openssl-apple/releases/download/1.1.11300/openssl.xcframework.zip",
checksum: "6f6bfa4d9ce6330d7f964d74535d4b8e7b6b1e01578765b673c285922ae6f49f") checksum: "242cfecf41d42013037698fbfc3237830afc4546eb741d5490b3e3c49a996f81")
] ]
) )