Skip to content

Commit

Permalink
3.1.5006
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyzanowskim committed Jun 30, 2024
1 parent e4a081b commit 6cb28e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "OpenSSL",
url: "https://github.com/krzyzanowskim/OpenSSL/releases/download/3.1.5005/OpenSSL.xcframework.zip",
checksum: "2e97909b15089dfb257b245dcabc83cc132b19684792b4c25995e9576e4440ce"
url: "https://github.com/krzyzanowskim/OpenSSL/releases/download/3.1.5006/OpenSSL.xcframework.zip",
checksum: "8564be17cb2f73491fa64fada0f6872ee0a71728fb9cfd6b9c05b0f8637b2328"
)
]
)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The binary is built as part of the main repository: https://github.com/krzyzanow

```swift
dependencies: [
.package(url: "https://github.com/krzyzanowskim/OpenSSL-Package.git", from: "3.1.5005")
.package(url: "https://github.com/krzyzanowskim/OpenSSL-Package.git", from: "3.1.5006")
]
```

Expand Down

0 comments on commit 6cb28e0

Please sign in to comment.