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

Commit

Permalink
Update to 213.0.604555872-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
brogers5 committed May 30, 2024
1 parent 6f991d1 commit 40b6d15
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.602422590-beta",
"Beta": "213.0.604555872-beta",
"Stable": "212.1.601656846"
}
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.602422590-beta</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v213.0.602422590-beta</packageSourceUrl>
<version>213.0.604555872-beta</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v213.0.604555872-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/602422590.exe'
checksum64 = '4ad7a3d5c35a5f5d9d2282410b0c44d4f1757ce4d63a14b7b9574cb4de6df8a3'
url64bit = 'https://www.facebook.com/zeratul/desktop/update/604555872.exe'
checksum64 = '1baaa5954a500bdede54ccabddac56b6442b247a42914cf70d610301a6b788af'
checksumType64 = 'sha256'
validExitCodes = @(0)
}
Expand Down

0 comments on commit 40b6d15

Please sign in to comment.