Bump to OpenSSL 1.1.1o
This commit is contained in:
parent
83a2842214
commit
36ed23ccc4
|
@ -6,8 +6,8 @@
|
|||
"repositoryURL": "https://github.com/passepartoutvpn/openssl-apple",
|
||||
"state": {
|
||||
"branch": null,
|
||||
"revision": "cbbff97a99384a5415bb47c072c376066b78f65f",
|
||||
"version": "1.1.11300"
|
||||
"revision": "1c03f4d3fc1d90a0a525af68f06eada56e5e8bb1",
|
||||
"version": "1.1.11500"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -39,7 +39,7 @@ let package = Package(
|
|||
// Dependencies declare other packages that this package depends on.
|
||||
// .package(url: /* package url */, from: "1.0.0"),
|
||||
.package(url: "https://github.com/SwiftyBeaver/SwiftyBeaver", from: "1.9.0"),
|
||||
.package(url: "https://github.com/passepartoutvpn/openssl-apple", from: "1.1.11300"),
|
||||
.package(url: "https://github.com/passepartoutvpn/openssl-apple", from: "1.1.11500"),
|
||||
// .package(name: "WireGuardKit", url: "https://git.zx2c4.com/wireguard-apple", .exact("1.0.15-26"))
|
||||
.package(name: "WireGuardKit", url: "https://github.com/passepartoutvpn/wireguard-apple", from: "1.0.16")
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue