Skip to content

Commit

Permalink
bump master to 2.6.33 (#1786)
Browse files Browse the repository at this point in the history
  • Loading branch information
hewigovens authored Nov 17, 2021
1 parent a384369 commit 9dc1a2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ let package = Package(
targets: [
.binaryTarget(
name: "WalletCore",
url: "https://github.com/trustwallet/wallet-core/releases/download/2.6.32/WalletCore.xcframework.zip",
checksum: "eaa96d79dbe156f5a0fa2ead3c832096e3ada5d00e4ddd8da8ed45ed06c077c7"
url: "https://github.com/trustwallet/wallet-core/releases/download/2.6.33/WalletCore.xcframework.zip",
checksum: "ac5f5a407292b05cff42fe06d5d73fb2a6c85793c27f75cf973bfa25dd395e2a"
),
.binaryTarget(
name: "SwiftProtobuf",
url: "https://github.com/trustwallet/wallet-core/releases/download/2.6.32/SwiftProtobuf.xcframework.zip",
checksum: "31c47b25f0accc669299b6fb60b63b87a146fdb15fe3149e996c1e28407d844e"
url: "https://github.com/trustwallet/wallet-core/releases/download/2.6.33/SwiftProtobuf.xcframework.zip",
checksum: "e3d1ad6189dd788e436044f8a94ee5d0a7fd2e9769e1029ef51b1c612d2fd818"
)
]
)

0 comments on commit 9dc1a2a

Please sign in to comment.