mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-21 23:32:07 +00:00
Update TunnelKit
This commit is contained in:
parent
e267a5ad13
commit
a696df36b3
@ -47,12 +47,21 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"package": "openssl-apple",
|
"package": "swift-nio",
|
||||||
"repositoryURL": "https://github.com/keeshux/openssl-apple",
|
"repositoryURL": "https://github.com/apple/swift-nio.git",
|
||||||
"state": {
|
"state": {
|
||||||
"branch": null,
|
"branch": null,
|
||||||
"revision": "37043e7c92c9fb348d1d668b0402148c9fa9873c",
|
"revision": "addf69cfe60376c325397c8926589415576b1dd1",
|
||||||
"version": "1.1.112"
|
"version": "2.34.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"package": "swift-nio-ssl",
|
||||||
|
"repositoryURL": "https://github.com/apple/swift-nio-ssl",
|
||||||
|
"state": {
|
||||||
|
"branch": null,
|
||||||
|
"revision": "08e701df9a3b9108c56f1aef5d9ef9a78fda2846",
|
||||||
|
"version": "2.16.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -69,7 +78,7 @@
|
|||||||
"repositoryURL": "https://github.com/passepartoutvpn/tunnelkit",
|
"repositoryURL": "https://github.com/passepartoutvpn/tunnelkit",
|
||||||
"state": {
|
"state": {
|
||||||
"branch": null,
|
"branch": null,
|
||||||
"revision": "25b79508f0901d024cc31e073e55a33bd6e5fae2",
|
"revision": "4a47eec041338da8d64ddd5d4d017d2d193017a3",
|
||||||
"version": null
|
"version": null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -21,7 +21,7 @@ let package = Package(
|
|||||||
dependencies: [
|
dependencies: [
|
||||||
// Dependencies declare other packages that this package depends on.
|
// Dependencies declare other packages that this package depends on.
|
||||||
// .package(url: /* package url */, from: "1.0.0"),
|
// .package(url: /* package url */, from: "1.0.0"),
|
||||||
.package(name: "TunnelKit", url: "https://github.com/passepartoutvpn/tunnelkit", .revision("94d091c08846e7acb2d355375089409c572c25fd")),
|
.package(name: "TunnelKit", url: "https://github.com/passepartoutvpn/tunnelkit", .revision("4a47eec041338da8d64ddd5d4d017d2d193017a3")),
|
||||||
.package(name: "Convenience", url: "https://github.com/keeshux/convenience", .revision("347105ec0ce27cd4255acf9875fd60ad1f213801")),
|
.package(name: "Convenience", url: "https://github.com/keeshux/convenience", .revision("347105ec0ce27cd4255acf9875fd60ad1f213801")),
|
||||||
.package(url: "https://github.com/Cocoanetics/Kvitto", from: "1.0.0")
|
.package(url: "https://github.com/Cocoanetics/Kvitto", from: "1.0.0")
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user