Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Update to 201.0.544520665
Browse files Browse the repository at this point in the history
  • Loading branch information
brogers5 committed Dec 11, 2023
1 parent b0888a6 commit b5cc541
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion messenger.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"Beta": "201.0.544232485-beta",
"Stable": "200.0.540197646"
"Stable": "201.0.544520665"
}
4 changes: 2 additions & 2 deletions messenger.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>messenger</id>
<version>201.0.544232485-beta</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v201.0.544232485-beta</packageSourceUrl>
<version>201.0.544520665</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v201.0.544520665</packageSourceUrl>
<owners>sublym0nal</owners>
<title>Messenger</title>
<authors>Facebook Inc.</authors>
Expand Down
4 changes: 2 additions & 2 deletions tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ $installArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'EXE'
silentArgs = '/S'
url64bit = 'https://www.facebook.com/zeratul/desktop/update/544232485.exe'
checksum64 = 'beb2ed7c55c2a66af056e937b0f3079c24a62619cdb62d211aa8ca39d102680f'
url64bit = 'https://www.facebook.com/zeratul/desktop/update/544520665.exe'
checksum64 = 'cb9e76e658c646a85ca1106cce10eaff5cdbd9b418c7932ec495676a13893f62'
checksumType64 = 'sha256'
validExitCodes = @(0)
}
Expand Down

0 comments on commit b5cc541

Please sign in to comment.