Skip to content

Commit 5a815b6

Browse files
runnerrunner
authored andcommitted
Update BitcoinDevKit.swift and Package.swift for release 1.0.0-alpha.9
1 parent 0ba6282 commit 5a815b6

File tree

2 files changed

+1060
-170
lines changed

2 files changed

+1060
-170
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ let package = Package(
2424
// Targets can depend on other targets in this package, and on products in packages this package depends on.
2525
.binaryTarget(
2626
name: "bdkFFI",
27-
url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/1.0.0-alpha.7/bdkFFI.xcframework.zip",
28-
checksum: "d55e3e9e41393b08e5c59f67006895514e60b9ee4642e8f6616675399a77b07d"),
27+
url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/1.0.0-alpha.9/bdkFFI.xcframework.zip",
28+
checksum: "4d0043f204891ea0d42477e21992f045c78c8dcf1275c8b09bd37124321e7862"),
2929
.target(
3030
name: "BitcoinDevKit",
3131
dependencies: ["bdkFFI"]),

0 commit comments

Comments
 (0)