Skip to content

Commit

Permalink
Updating MSAL framework checksum & url for 1.3.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mipetriu committed Mar 14, 2024
1 parent 9eedec7 commit 9d15d79
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.3.0/MSAL.zip", checksum: "7498c009990c6f7e65902f754d242074c1afbc7064b8304a486f20edbef97e47")
.binaryTarget(name: "MSAL", url: "https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/1.3.1/MSAL.zip", checksum: "9ccb94b288df3f30f88c4cdf5869e3db7ea96da631c00e0b525d8bccd53fb3db")
]
)

0 comments on commit 9d15d79

Please sign in to comment.