Skip to content

Commit

Permalink
Update BitcoinDevKit.swift and Package.swift for release 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Jan 12, 2023
1 parent 0b131fd commit 0fb054f
Show file tree
Hide file tree
Showing 2 changed files with 510 additions and 88 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/0.25.0/bdkFFI.xcframework.zip",
checksum: "4b9b4ebfc5c3d5d63eb62dd86a442f430262195cb247b0a402f522b25eff6708"),
url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/0.26.0/bdkFFI.xcframework.zip",
checksum: "3e73dc3f82207ffde9f4894abfca4fd96ca876857aab883f998b91595ae39d0f"),
.target(
name: "BitcoinDevKit",
dependencies: ["bdkFFI"]),
Expand Down
Loading

0 comments on commit 0fb054f

Please sign in to comment.