Skip to content

Commit

Permalink
Update BitcoinDevKit.swift and Package.swift for release 0.31.2
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Sep 24, 2024
1 parent 20ca547 commit 6cc7412
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 117 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.31.0/bdkFFI.xcframework.zip",
checksum: "aaa290375c2c4631dbfc3e5aa2292cff637dae78f16597791c0aa1c294940df2"),
url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/0.31.2/bdkFFI.xcframework.zip",
checksum: "83af71f019577b2c93d7c846a77419881e4c2fd25551122b3e59314808344224"),
.target(
name: "BitcoinDevKit",
dependencies: ["bdkFFI"]),
Expand Down
Loading

0 comments on commit 6cc7412

Please sign in to comment.