Skip to content

Commit

Permalink
Updating MSAL framework checksum & url for 1.1.19 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hieunguyenmsft committed Jun 15, 2021
1 parent 9845764 commit 681d34b
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.18/MSAL.zip", checksum: "8681a163ad6a26c5fa7c4290706e6628c64d8c26fb665d8df093081a98f93382")
.binaryTarget(name: "MSAL", url: "https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/1.1.19/MSAL.zip", checksum: "a810eb931332cb75cb40200faa01a648ad5161e10ce00947153f828a1fb51667")
]
)

0 comments on commit 681d34b

Please sign in to comment.