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.594757979-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
brogers5 committed May 8, 2024
1 parent 351c76f commit 356946e
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.594757979-beta",
"Beta": "212.0.596654048-beta",
"Stable": "211.0.596840497"
}
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.596840497</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v211.0.596840497</packageSourceUrl>
<version>212.0.596654048-beta</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v212.0.596654048-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/596840497.exe'
checksum64 = 'abd93ea9aeb29d9ec0bf8e4f58735bd3617d7b9643f2f77dbd1dd824444c5600'
url64bit = 'https://www.facebook.com/zeratul/desktop/update/596654048.exe'
checksum64 = '813c7e88976a06bdcf4f96046d7d18c43b3a84aeb46fde4f51f868b4cac82050'
checksumType64 = 'sha256'
validExitCodes = @(0)
}
Expand Down

0 comments on commit 356946e

Please sign in to comment.