Skip to content

Commit

Permalink
Updating MSAL framework checksum & url for 1.2.13 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
antrix1989 committed Jun 21, 2023
1 parent ec797de commit 8203e01
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.12/MSAL.zip", checksum: "36614fc7f184bd03fe1a407bf48080a95e4951b9f0ece4f838a3c5865111196e")
.binaryTarget(name: "MSAL", url: "https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/1.2.13/MSAL.zip", checksum: "a4af4efa2ed236abaf4aa6e1d8f64f0b5ce1e68c837c5a9a7b8c9f44ccaa824f")
]
)

0 comments on commit 8203e01

Please sign in to comment.