Skip to content

Commit

Permalink
Updating MSAL framework checksum & url for 1.1.21 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ameyapat committed Aug 23, 2021
1 parent d4b4b15 commit e096bfa
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.20/MSAL.zip", checksum: "5f7e8df2536b2994cfe826a87d5818b82b46ffe312f3a89d075229e535e2e6ba")
.binaryTarget(name: "MSAL", url: "https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/1.1.21/MSAL.zip", checksum: "871909bb90563326a53eb8f50abd32d50141cdab54ab7d91910c6b62ea61e868")
]
)

0 comments on commit e096bfa

Please sign in to comment.