Skip to content

Commit

Permalink
Merge pull request #390 from BlinkID/fix/swift-pm-checksum
Browse files Browse the repository at this point in the history
Update checksum for v6.1.0
  • Loading branch information
tonikreso committed Feb 9, 2023
2 parents bc45d7c + 3135c7f commit 30a0941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
targets: [
.binaryTarget(
name: "BlinkID",
url: "https://github.com/BlinkID/blinkid-ios/releases/download/v6.0.0/BlinkID.xcframework.zip",
checksum: "48a34305194c715b111000f5c2ee10e10a5bf54eb3e8c2c158878a2655eca9ee")
url: "https://github.com/BlinkID/blinkid-ios/releases/download/v6.1.0/BlinkID.xcframework.zip",
checksum: "e6a7cbb1fe22103fbe24f82dff2b491ac590c952c758e681f4c2cd69dea1845e")
]
)

0 comments on commit 30a0941

Please sign in to comment.