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

Commit

Permalink
Update to 208.0.577006840-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
brogers5 committed Mar 18, 2024
1 parent 9197046 commit 58c9684
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": "208.0.575878217-beta",
"Beta": "208.0.577006840-beta",
"Stable": "207.0.575908523"
}
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>207.0.575908523</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v207.0.575908523</packageSourceUrl>
<version>208.0.577006840-beta</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-messenger/tree/v208.0.577006840-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/575908523.exe'
checksum64 = '0a412d4af208b52084b523f80c69d490adc543761e756b4734b38b8241fb6bd3'
url64bit = 'https://www.facebook.com/zeratul/desktop/update/577006840.exe'
checksum64 = '48d122092d9469f2354c5ad32e10784ce3c693296ab0893b8ff58c1119fd9077'
checksumType64 = 'sha256'
validExitCodes = @(0)
}
Expand Down

0 comments on commit 58c9684

Please sign in to comment.