From a1f71398dce6b12111a2a55e91206f2397d70353 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Sat, 16 Dec 2023 13:56:19 +0100 Subject: [PATCH] Fix tag in manifest --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index c1b3b15..6b1fd26 100644 --- a/Package.swift +++ b/Package.swift @@ -20,7 +20,7 @@ let package = Package( // Targets can depend on other targets in this package, and on products in packages this package depends on. .binaryTarget( name: "openssl", - url: "https://github.com/keeshux/openssl-apple/releases/download/3.2.005/openssl.xcframework.zip", + url: "https://github.com/keeshux/openssl-apple/releases/download/3.2.105/openssl.xcframework.zip", checksum: "1a78fcc49e0c902bdc7e68882a5c8ba3fb91f12d3a574c2734ba358551d557ca") ] )