Skip to content

Commit

Permalink
Updating MSAL framework checksum & url for 1.2.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mipetriu committed Apr 20, 2022
1 parent b1e73cd commit e4202b9
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.0/MSAL.zip", checksum: "5f586e23557fe88cfa1d1ecf2f4af68eced2808056e9736d4ae895c905314665")
.binaryTarget(name: "MSAL", url: "https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/1.2.1/MSAL.zip", checksum: "d5b2b5c240778334aafcc3b3f597bfb4d1f19a6365a10065fd21f78d9df09e1f")
]
)

0 comments on commit e4202b9

Please sign in to comment.