Skip to content

Commit

Permalink
Updating MSAL framework checksum & url for 1.1.25 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncoolmax committed Dec 9, 2021
1 parent 34a91b0 commit 14a1750
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.23/MSAL.zip", checksum: "5fbeebf767eb72b1fc307289ec0b10a2c5b24122cb1acb39f490aa8955d1f026")
.binaryTarget(name: "MSAL", url: "https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/1.1.25/MSAL.zip", checksum: "4a20581d0d55bc0bbb0027774117fd3ccfefc6979018a19fc8eb02e01cc8de43")
]
)

0 comments on commit 14a1750

Please sign in to comment.