Skip to content

Commit

Permalink
Updating MSAL framework checksum & url for 1.2.12 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-arias committed May 16, 2023
1 parent 6ac21d5 commit 045088e
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.11/MSAL.zip", checksum: "16f98df257a2aa9a96f840df72486e27bb011c3340f64078223a64997c0d0a36")
.binaryTarget(name: "MSAL", url: "https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/1.2.12/MSAL.zip", checksum: "36614fc7f184bd03fe1a407bf48080a95e4951b9f0ece4f838a3c5865111196e")
]
)

0 comments on commit 045088e

Please sign in to comment.