We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 797a82d commit 1c03f4dCopy full SHA for 1c03f4d
Package.swift
@@ -20,7 +20,7 @@ let package = Package(
20
// Targets can depend on other targets in this package, and on products in packages this package depends on.
21
.binaryTarget(
22
name: "openssl",
23
- url: "https://github.com/keeshux/openssl-apple/releases/download/1.1.11301/openssl.xcframework.zip",
24
- checksum: "253b374dcb2b24cfd6e3c4c1bc38b1bc21aee9c75c2053bb06cfee04fc9d9965")
+ url: "https://github.com/keeshux/openssl-apple/releases/download/1.1.11500/openssl.xcframework.zip",
+ checksum: "6e053c4bc25ce38510bb917bb3f21eed4558311e6c5f6dfd0ee68cfc8bbae130")
25
]
26
)
0 commit comments