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

Commit

Permalink
Update to 218.0.628688068-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
brogers5 committed Aug 5, 2024
1 parent 4837bd2 commit 5ffd2cc
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": "218.0.627146777-beta",
"Beta": "218.0.628688068-beta",
"Stable": "215.3.624227262"
}
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>218.0.627146777-beta</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v218.0.627146777-beta</packageSourceUrl>
<version>218.0.628688068-beta</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v218.0.628688068-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/627146777.exe'
checksum64 = '7600c521aec22f9edb2fdf25af794c1d6ac940c614b934f46ed2bb45b1cda9a4'
url64bit = 'https://www.facebook.com/zeratul/desktop/update/628688068.exe'
checksum64 = 'b3bcc9d6af92d13e6645d640f1dc0840f7ecdc13bcae727041a964904eda93b3'
checksumType64 = 'sha256'
validExitCodes = @(0)
}
Expand Down

0 comments on commit 5ffd2cc

Please sign in to comment.