Skip to content

Commit

Permalink
Updating MSAL framework checksum & url for 1.2.21 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Veena11 committed Jan 10, 2024
1 parent 64fbfb7 commit fec267e
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.2.20/MSAL.zip", checksum: "af2143bd263b384ba4f9d825a4baac18c5511de23a5abf147d0ff1972cd897a9")
.binaryTarget(name: "MSAL", url: "https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/1.2.21/MSAL.zip", checksum: "c6329a0f9d793276fb45ab256600db277e29296897a3106126fa639facb15d19")
]
)

0 comments on commit fec267e

Please sign in to comment.