Skip to content

Commit

Permalink
Updating MSAL framework checksum & url for 1.1.22 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Veena11 committed Sep 17, 2021
1 parent b4f77ad commit d1d0770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ let package = Package(
targets: ["MSAL"]),
],
targets: [
.binaryTarget(name: "MSAL", url: "https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/1.1.21/MSAL.zip", checksum: "871909bb90563326a53eb8f50abd32d50141cdab54ab7d91910c6b62ea61e868")
.binaryTarget(name: "MSAL", url: "https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/1.1.22/MSAL.zip", checksum: "aff47f9b9b1475484e0ec94c2d89e66829b04daf7274842cd3c1633b077136a9")
]
)

0 comments on commit d1d0770

Please sign in to comment.