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

Commit

Permalink
Update to 211.0.592516181-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
brogers5 committed Apr 26, 2024
1 parent 98b58eb commit 1073dc1
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": "211.0.590569097-beta",
"Beta": "211.0.592516181-beta",
"Stable": "208.0.580469446"
}
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>211.0.590569097-beta</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v211.0.590569097-beta</packageSourceUrl>
<version>211.0.592516181-beta</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v211.0.592516181-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/590569097.exe'
checksum64 = 'dca75b69e2c6985ad5ee938713e93a593888e65c06a61db6675eb0eab5223bb1'
url64bit = 'https://www.facebook.com/zeratul/desktop/update/592516181.exe'
checksum64 = 'ed0d25a6dd5588272e2a37cfbdacc091f437a43a9ba9faf242b24a4f906ad3a4'
checksumType64 = 'sha256'
validExitCodes = @(0)
}
Expand Down

0 comments on commit 1073dc1

Please sign in to comment.