Skip to content

Commit

Permalink
Update BitcoinDevKit.swift and Package.swift for release 1.0.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Oct 14, 2024
1 parent b30208c commit 875877e
Show file tree
Hide file tree
Showing 2 changed files with 356 additions and 86 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ let package = Package(
// Targets can depend on other targets in this package, and on products in packages this package depends on.
.binaryTarget(
name: "bdkFFI",
url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/1.0.0-beta.2/bdkFFI.xcframework.zip",
checksum: "255639a47a8b076163700a242f0d152911c2b689c2f18c9346764cb7645dc8b7"),
url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/1.0.0-beta.5/bdkFFI.xcframework.zip",
checksum: "0cced9d10e2bc110724e796875e883dc3458d402480856002eedab14b0ca7b00"),
.target(
name: "BitcoinDevKit",
dependencies: ["bdkFFI"]),
Expand Down
Loading

0 comments on commit 875877e

Please sign in to comment.