Skip to content

Commit

Permalink
Fix tag in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
keeshux committed Dec 16, 2023
1 parent 5a892f8 commit a1f7139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")
]
)

0 comments on commit a1f7139

Please sign in to comment.