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

Commit

Permalink
Update to 204.0.556962763-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
brogers5 committed Jan 17, 2024
1 parent be1a00a commit 69bfcc6
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": "203.0.554528181-beta",
"Beta": "204.0.556962763-beta",
"Stable": "203.0.555038473"
}
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>203.0.555038473</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v203.0.555038473</packageSourceUrl>
<version>204.0.556962763-beta</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v204.0.556962763-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/555038473.exe'
checksum64 = '6cbe5cbe600df546bb91b1cde2c1ca0943a7fba5e5debd8953d39a7458d432b0'
url64bit = 'https://www.facebook.com/zeratul/desktop/update/556962763.exe'
checksum64 = '57c41d06b0d29f20589c036410be08d12e1025a811fcc45045a8606a1d465f6b'
checksumType64 = 'sha256'
validExitCodes = @(0)
}
Expand Down

0 comments on commit 69bfcc6

Please sign in to comment.