Skip to content

Commit

Permalink
Update BitcoinDevKit.swift and Package.swift for release 1.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Sep 6, 2024
1 parent 3fa636d commit b30208c
Show file tree
Hide file tree
Showing 3 changed files with 3,912 additions and 1,808 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.11/bdkFFI.xcframework.zip",
checksum: "730fdc77b45eefdc6a5f30824d67254f44037dd708f5287a081c68109b1609fc"),
url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/1.0.0-beta.2/bdkFFI.xcframework.zip",
checksum: "255639a47a8b076163700a242f0d152911c2b689c2f18c9346764cb7645dc8b7"),
.target(
name: "BitcoinDevKit",
dependencies: ["bdkFFI"]),
Expand Down
Loading

0 comments on commit b30208c

Please sign in to comment.