Skip to content

Commit

Permalink
Updating MSAL framework checksum & url for 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
spetrescu84 committed Oct 8, 2024
1 parent 4e4beec commit a20fd4c
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.5.1/MSAL.zip", checksum: "4eb7e3978ca9ed0ea22b6be16904d4b8a523b2d566af19e6cfbffabacd27e2c4")
.binaryTarget(name: "MSAL", url: "https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/1.6.0/MSAL.zip", checksum: "14a9437321c50637ccbbc3b6c8a3bd19f50de61a9d5cfffb0bd73f2818b532e5")
]
)

0 comments on commit a20fd4c

Please sign in to comment.