Skip to content

Commit

Permalink
rebuild release to resolve invalid binary
Browse files Browse the repository at this point in the history
  • Loading branch information
heckj committed May 8, 2024
1 parent 0abe88f commit f107c3b
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 @@ -57,8 +57,8 @@ if ProcessInfo.processInfo.environment["LOCAL_BUILD"] != nil {
} else {
FFIbinaryTarget = .binaryTarget(
name: "automergeFFI",
url: "https://github.com/automerge/automerge-swift/releases/download/0.5.14/automergeFFI.xcframework.zip",
checksum: "09c6d40566478c41303404c5929753d9cecde20bacafae0bdc576dadb8239d44"
url: "https://github.com/automerge/automerge-swift/releases/download/0.5.15/automergeFFI.xcframework.zip",
checksum: "d6fc0a66264491e88f1a0e06651e6b258fa5d7c79c763b7e026b0337c62ee74e"
)
}

Expand Down

0 comments on commit f107c3b

Please sign in to comment.