Skip to content

Commit

Permalink
Updating MSAL framework checksum & url for 1.2.15 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mipetriu committed Aug 16, 2023
1 parent ae1e877 commit a7f055c
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.14/MSAL.zip", checksum: "1e3337b48714b7d05c63ce385476abf346313af12c206d80a902d66dd5b620ae")
.binaryTarget(name: "MSAL", url: "https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/1.2.15/MSAL.zip", checksum: "c16eb6e457a73b1a216a870bcfce5dcff93cbdb481502c9687289ee86bb8b7c9")
]
)

0 comments on commit a7f055c

Please sign in to comment.