Skip to content

Commit

Permalink
Updating MSAL framework checksum & url for 1.1.17 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
oldalton committed Apr 23, 2021
1 parent 7829839 commit 06a2a1c
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.16/MSAL.zip", checksum: "44baec22fd9917e98e4344cdfea25301cf4bed919e3c41b1a00ad34a3ed55225")
.binaryTarget(name: "MSAL", url: "https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/1.1.17/MSAL.zip", checksum: "c5430db93b88abee7ce6fea3fc3c43320312d16b5b559364d0231650aa228c00")
]
)

0 comments on commit 06a2a1c

Please sign in to comment.