Skip to content

Commit

Permalink
Updating MSAL framework checksum & url for 1.1.20 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ameyapat committed Jul 27, 2021
1 parent 8a7e976 commit 93bfa48
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.19/MSAL.zip", checksum: "a810eb931332cb75cb40200faa01a648ad5161e10ce00947153f828a1fb51667")
.binaryTarget(name: "MSAL", url: "https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/1.1.20/MSAL.zip", checksum: "5f7e8df2536b2994cfe826a87d5818b82b46ffe312f3a89d075229e535e2e6ba")
]
)

0 comments on commit 93bfa48

Please sign in to comment.