Skip to content

Commit

Permalink
Update BitcoinDevKit.swift and Package.swift for release 1.0.0-alpha.7
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Mar 26, 2024
1 parent 4cfeaad commit ac8b362
Show file tree
Hide file tree
Showing 2 changed files with 1,529 additions and 710 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.2a/bdkFFI.xcframework.zip",
checksum: "60db5384bc7dd74b8e871f93bcd13e413bf63db60067ba8f0f0ce5668cc33cca"),
url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/1.0.0-alpha.7/bdkFFI.xcframework.zip",
checksum: "d55e3e9e41393b08e5c59f67006895514e60b9ee4642e8f6616675399a77b07d"),
.target(
name: "BitcoinDevKit",
dependencies: ["bdkFFI"]),
Expand Down
Loading

0 comments on commit ac8b362

Please sign in to comment.