OpenSSL 1.1.1q

This commit is contained in:
Davide De Rosa 2022-09-25 10:30:31 +00:00
parent 2a3011778d
commit 757c074af4
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.11500/openssl.xcframework.zip", url: "https://github.com/keeshux/openssl-apple/releases/download/1.1.11700/openssl.xcframework.zip",
checksum: "6e053c4bc25ce38510bb917bb3f21eed4558311e6c5f6dfd0ee68cfc8bbae130") checksum: "0e34b3ec3a62a0a15f930a8abfcdf28f4cd578f3c85ba572aa183433a49c8c89")
] ]
) )