Skip to content

Commit

Permalink
Update BitcoinDevKit.swift and Package.swift for release 1.0.0-alpha.11
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed May 21, 2024
1 parent 5a815b6 commit 4139282
Show file tree
Hide file tree
Showing 2 changed files with 1,874 additions and 307 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-alpha.9/bdkFFI.xcframework.zip",
checksum: "4d0043f204891ea0d42477e21992f045c78c8dcf1275c8b09bd37124321e7862"),
url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/1.0.0-alpha.11/bdkFFI.xcframework.zip",
checksum: "730fdc77b45eefdc6a5f30824d67254f44037dd708f5287a081c68109b1609fc"),
.target(
name: "BitcoinDevKit",
dependencies: ["bdkFFI"]),
Expand Down
Loading

0 comments on commit 4139282

Please sign in to comment.