Skip to content

Commit

Permalink
Updating MSAL framework checksum & url for 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ameyapat committed Mar 2, 2022
1 parent 4c64cf2 commit 2825c3f
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.26/MSAL.zip", checksum: "7430bc49be821cac9e459ef47470316dd8cc9f600b92e5ffbad39bb81254f3d2")
.binaryTarget(name: "MSAL", url: "https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/1.2.0/MSAL.zip", checksum: "5f586e23557fe88cfa1d1ecf2f4af68eced2808056e9736d4ae895c905314665")
]
)

0 comments on commit 2825c3f

Please sign in to comment.