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

Commit

Permalink
Update to 214.0.606850720-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
brogers5 committed Jun 4, 2024
1 parent dcfd40a commit cec2ee0
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": "213.0.604555872-beta",
"Beta": "214.0.606850720-beta",
"Stable": "213.0.605013946"
}
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>213.0.605013946</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v213.0.605013946</packageSourceUrl>
<version>214.0.606850720-beta</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v214.0.606850720-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/605013946.exe'
checksum64 = '3e197afd3e2d406e0a4b73e2d6a31b6cc86e2fa587d637c3db0aa38d84e1c142'
url64bit = 'https://www.facebook.com/zeratul/desktop/update/606850720.exe'
checksum64 = '0e0bfff8fac99def106de90e7f1207f1de0683474f7c910cb949940735b740de'
checksumType64 = 'sha256'
validExitCodes = @(0)
}
Expand Down

0 comments on commit cec2ee0

Please sign in to comment.