OpenSSL 3.2.0 (5)

This commit is contained in:
Davide De Rosa 2023-12-16 12:19:28 +00:00
parent 187184eff0
commit 5a892f81aa
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/3.2.0/openssl.xcframework.zip", url: "https://github.com/keeshux/openssl-apple/releases/download/3.2.005/openssl.xcframework.zip",
checksum: "7500ac660c9f010aab0811ff9735098ba6786b2155d07807d1433cf0ca9b71fe") checksum: "1a78fcc49e0c902bdc7e68882a5c8ba3fb91f12d3a574c2734ba358551d557ca")
] ]
) )