Skip to content

Commit

Permalink
Updating the package binary dependency for 0.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
heckj committed Oct 19, 2023
1 parent 056e3e5 commit 8057ee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ if ProcessInfo.processInfo.environment["LOCAL_BUILD"] != nil {
} else {
FFIbinaryTarget = .binaryTarget(
name: "automergeFFI",
url: "https://github.com/automerge/automerge-swift/releases/download/0.3.0/automergeFFI.xcframework.zip",
checksum: "8cf0b680ccbf7f97b8efac3d3defa84a06f3b3869d5c23e4535905d0f9c70e58"
url: "https://github.com/automerge/automerge-swift/releases/download/0.5.2/automergeFFI.xcframework.zip",
checksum: "bf4dc124dc669c77184e460e40df985e0b5bbfddf37a28c3922ff1b9c9ca67d2"
)
}

Expand Down

0 comments on commit 8057ee3

Please sign in to comment.