Skip to content

Commit

Permalink
Updating MSAL framework checksum & url for 1.2.6 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mipetriu committed Nov 30, 2022
1 parent e3599f8 commit 64657b4
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.5/MSAL.zip", checksum: "6c43de3459d41b16fba80b669c2c32e8172f8fd5d1eb990ace5605f6957bff1f")
.binaryTarget(name: "MSAL", url: "https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/1.2.6/MSAL.zip", checksum: "adab6eec46a2e024fc9386f31a8ecf760824741a8908ca45397082bc92af5076")
]
)

0 comments on commit 64657b4

Please sign in to comment.