Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
update path and checksum for 4.1.0
  • Loading branch information
c-villain authored Jun 9, 2022
1 parent d8c8426 commit 5e4c6e3
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 @@ -23,8 +23,8 @@ let package = Package(
// Targets can depend on other targets in this package, and on products in packages this package depends on.
.binaryTarget(
name: "YandexMapsMobile",
url: "https://github.com/c-villain/YandexMapsMobile/releases/download/4.0.1/YandexMapsMobile.xcframework.zip",
checksum: "78df3f9468d1b65d3c1e90b38db363134774211485b359bafdb5f34b0856c37f"
url: "https://github.com/c-villain/YandexMapsMobile/releases/download/4.1.0/YandexMapsMobile.xcframework.zip",
checksum: "39dfada35ae5e7df7ee5df6d5f489906bc093c8da60bc829c2361d0920062892"
),
]
)

0 comments on commit 5e4c6e3

Please sign in to comment.