From ba71aa0c3a3122066de38f137a6a28f15ada56df Mon Sep 17 00:00:00 2001 From: Davide Date: Thu, 6 Feb 2025 10:06:45 +0100 Subject: [PATCH] Update --- Package.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index a4f2a3b..fe0424d 100644 --- a/Package.swift +++ b/Package.swift @@ -19,8 +19,8 @@ let package = Package( targets: [ .binaryTarget( name: "Target", - url: "https://github.com/passepartoutvpn/passepartoutkit/releases/download/0.99.8/PassepartoutKit.xcframework.zip", - checksum: "dd15564960aa4b30500cee5510d76c4361711e9a61e06ba0022f22e1ec9adcaf" + url: "https://github.com/passepartoutvpn/passepartoutkit/releases/download/0.99.9/PassepartoutKit.xcframework.zip", + checksum: "813a97b037db4d8351942d37d795a0cf321bd85eb499dcf378df0f641b81f7df" ), .testTarget( name: "TargetTests",