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 b423309 commit cbbff97Copy full SHA for cbbff97
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.11200/openssl.xcframework.zip",
24
- checksum: "6f6bfa4d9ce6330d7f964d74535d4b8e7b6b1e01578765b673c285922ae6f49f")
+ url: "https://github.com/keeshux/openssl-apple/releases/download/1.1.11300/openssl.xcframework.zip",
+ checksum: "242cfecf41d42013037698fbfc3237830afc4546eb741d5490b3e3c49a996f81")
25
]
26
)
0 commit comments