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

Commit

Permalink
Update to 205.0.561659792-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
brogers5 committed Jan 31, 2024
1 parent 5220f9b commit a44977c
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": "204.0.559748691-beta",
"Beta": "205.0.561659792-beta",
"Stable": "204.0.561709633"
}
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>204.0.561709633</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v204.0.561709633</packageSourceUrl>
<version>205.0.561659792-beta</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v205.0.561659792-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/561709633.exe'
checksum64 = 'c974eb5d910ffd60da3c0c6b853890e524105a849e1a9216058150c7a062bec0'
url64bit = 'https://www.facebook.com/zeratul/desktop/update/561659792.exe'
checksum64 = 'eecfae41f47236db5822ef90f3bc2627f8e89124cc0b19e5a0bfc2a9529f53b5'
checksumType64 = 'sha256'
validExitCodes = @(0)
}
Expand Down

0 comments on commit a44977c

Please sign in to comment.