Skip to content

Commit

Permalink
Updating MSAL framework checksum & url for 1.4.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Veena11 committed Aug 8, 2024
1 parent 58cda44 commit fbd8ba5
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.4.1/MSAL.zip", checksum: "af332afce9499adc9c80604d6a98a00266345d5df651382dd068688939c078c7")
.binaryTarget(name: "MSAL", url: "https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/1.4.2/MSAL.zip", checksum: "0b6ba11d28e8b1679e9f17ed8219e12c419df73114d66aa7715cc45009171090")
]
)

0 comments on commit fbd8ba5

Please sign in to comment.