From f82bf92a51b2f2c8abd03d1f027e02cd76c7fdc9 Mon Sep 17 00:00:00 2001 From: Davide Date: Thu, 12 Dec 2024 23:52:57 +0100 Subject: [PATCH] Update library to uniform version --- Library/Package.resolved | 11 ++++++----- Library/Package.swift | 8 ++++---- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Library/Package.resolved b/Library/Package.resolved index 2e9bc074..88cc2b67 100644 --- a/Library/Package.resolved +++ b/Library/Package.resolved @@ -41,7 +41,8 @@ "kind" : "remoteSourceControl", "location" : "git@github.com:passepartoutvpn/passepartoutkit-source", "state" : { - "revision" : "406712a60faf8208a15c4ffaf286b1c71df7c6d2" + "revision" : "234a709bfd18f5b31fdf0b44f0f09c84f9c76581", + "version" : "0.13.0" } }, { @@ -49,8 +50,8 @@ "kind" : "remoteSourceControl", "location" : "git@github.com:passepartoutvpn/passepartoutkit-source-openvpn-openssl", "state" : { - "revision" : "3e687d2348e8e1cbc214e260df73890d6420b4ec", - "version" : "0.9.1" + "revision" : "cc95d6cacc7a400a0f4e10c1203711293d3590fb", + "version" : "0.13.0" } }, { @@ -58,8 +59,8 @@ "kind" : "remoteSourceControl", "location" : "git@github.com:passepartoutvpn/passepartoutkit-source-wireguard-go", "state" : { - "revision" : "c2bfbf8744e04571a3e858385f49c98863fe9616", - "version" : "0.12.0" + "revision" : "2f63a80fe92f022ce2d4e917e753364cd9b4d9c7", + "version" : "0.13.0" } }, { diff --git a/Library/Package.swift b/Library/Package.swift index 3b0d0f42..916f57ec 100644 --- a/Library/Package.swift +++ b/Library/Package.swift @@ -64,13 +64,13 @@ let package = Package( ) ], dependencies: [ -// .package(url: "git@github.com:passepartoutvpn/passepartoutkit-source", from: "0.12.0"), - .package(url: "git@github.com:passepartoutvpn/passepartoutkit-source", revision: "406712a60faf8208a15c4ffaf286b1c71df7c6d2"), + .package(url: "git@github.com:passepartoutvpn/passepartoutkit-source", from: "0.13.0"), +// .package(url: "git@github.com:passepartoutvpn/passepartoutkit-source", revision: "406712a60faf8208a15c4ffaf286b1c71df7c6d2"), // .package(path: "../../passepartoutkit-source"), - .package(url: "git@github.com:passepartoutvpn/passepartoutkit-source-openvpn-openssl", from: "0.9.1"), + .package(url: "git@github.com:passepartoutvpn/passepartoutkit-source-openvpn-openssl", from: "0.13.0"), // .package(url: "git@github.com:passepartoutvpn/passepartoutkit-source-openvpn-openssl", revision: "031863a1cd683962a7dfe68e20b91fa820a1ecce"), // .package(path: "../../passepartoutkit-source-openvpn-openssl"), - .package(url: "git@github.com:passepartoutvpn/passepartoutkit-source-wireguard-go", from: "0.12.0"), + .package(url: "git@github.com:passepartoutvpn/passepartoutkit-source-wireguard-go", from: "0.13.0"), // .package(url: "git@github.com:passepartoutvpn/passepartoutkit-source-wireguard-go", revision: "68fceaa664913988b2d9053405738682a30b87b8"), // .package(path: "../../passepartoutkit-source-wireguard-go"), .package(url: "https://github.com/Cocoanetics/Kvitto", from: "1.0.0")