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.612664502
Browse files Browse the repository at this point in the history
  • Loading branch information
brogers5 committed Jun 19, 2024
1 parent 5ba5346 commit dbee49a
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": "214.0.610505354-beta",
"Stable": "213.0.605013946"
"Stable": "214.0.612664502"
}
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>214.0.610505354-beta</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v214.0.610505354-beta</packageSourceUrl>
<version>214.0.612664502</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v214.0.612664502</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/610505354.exe'
checksum64 = '5d3bea009ad5bdc9c1809e298b9adbb141961ddcf9744284d61e9dc9cc54a456'
url64bit = 'https://www.facebook.com/zeratul/desktop/update/612664502.exe'
checksum64 = 'bdf1c5b2c9dbfdb2a56cf309df02030647e0127376ed454019c1fb6296fbf52c'
checksumType64 = 'sha256'
validExitCodes = @(0)
}
Expand Down

0 comments on commit dbee49a

Please sign in to comment.