Skip to content

Commit

Permalink
Updating MSAL framework checksum & url for 1.1.15 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncoolmax committed Feb 23, 2021
1 parent 53735eb commit fe8c307
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.14/MSAL.zip", checksum: "21df6a5d84ba88b9913b86a56a01b4ea17ce94517f5f751e7d3f9cedc88b668c")
.binaryTarget(name: "MSAL", url: "https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/1.1.15/MSAL.zip", checksum: "1da8180aa1928164ebd305fa7f20d2b7ba02ed5a58860e66ee2cf72c9f26875a")
]
)

0 comments on commit fe8c307

Please sign in to comment.