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

Commit

Permalink
Update to 200.0.537341447-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
brogers5 committed Nov 15, 2023
1 parent a6ea064 commit 7c077b7
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": "200.0.535566970-beta",
"Beta": "200.0.537341447-beta",
"Stable": "199.0.534762598"
}
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>200.0.535566970-beta</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v200.0.535566970-beta</packageSourceUrl>
<version>200.0.537341447-beta</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v200.0.537341447-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/535566970.exe'
checksum64 = '8f52fe4e50a931c3adbfaa4211cf8615770f6dafcc860a61bdae68856a1789ee'
url64bit = 'https://www.facebook.com/zeratul/desktop/update/537341447.exe'
checksum64 = 'fbd337d09c45298656240ce2de72a9760b8ab4298345bc02b4bf9efe5bffb9d1'
checksumType64 = 'sha256'
validExitCodes = @(0)
}
Expand Down

0 comments on commit 7c077b7

Please sign in to comment.