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

Commit

Permalink
Update to 203.0.554528181-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
brogers5 committed Jan 12, 2024
1 parent 91787ac commit 6f711d2
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": "203.0.553358463-beta",
"Beta": "203.0.554528181-beta",
"Stable": "202.0.552992785"
}
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>203.0.553358463-beta</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v203.0.553358463-beta</packageSourceUrl>
<version>203.0.554528181-beta</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v203.0.554528181-beta</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/553358463.exe'
checksum64 = '76e6a7358670dffcc93500ada7e3c55acf31c1bf18576a7117e896b819ee66e9'
url64bit = 'https://www.facebook.com/zeratul/desktop/update/554528181.exe'
checksum64 = '13ae1bd533f71b423e704a43cc03e3fcd3c64a410d72abd8361c401f812d1590'
checksumType64 = 'sha256'
validExitCodes = @(0)
}
Expand Down

0 comments on commit 6f711d2

Please sign in to comment.