Skip to content

Commit

Permalink
Update BitcoinDevKit.swift and Package.swift for release 1.0.0-alpha.2a
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Nov 21, 2023
1 parent 16af3f4 commit cfc5409
Show file tree
Hide file tree
Showing 2 changed files with 1,341 additions and 3,139 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.30.0/bdkFFI.xcframework.zip",
checksum: "b384b2968315f9d6cc68af830b6e56f3cf83dfd342c18765264d820b02b7c00d"),
url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/1.0.0-alpha.2a/bdkFFI.xcframework.zip",
checksum: "60db5384bc7dd74b8e871f93bcd13e413bf63db60067ba8f0f0ce5668cc33cca"),
.target(
name: "BitcoinDevKit",
dependencies: ["bdkFFI"]),
Expand Down
Loading

0 comments on commit cfc5409

Please sign in to comment.